guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: pulseaudio: Update to 12.2.


From: Marius Bakke
Subject: 03/04: gnu: pulseaudio: Update to 12.2.
Date: Tue, 17 Jul 2018 18:51:58 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit eeda24e199cb211c8d727c57b62f434c17381a2c
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 15 14:41:06 2018 +0200

    gnu: pulseaudio: Update to 12.2.
    
    * gnu/packages/pulseaudio.scm (pulseaudio): Update to 12.2.
---
 gnu/packages/pulseaudio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index f7196d6..35d4995 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -124,7 +124,7 @@ rates.")
 (define-public pulseaudio
   (package
     (name "pulseaudio")
-    (version "12.0")
+    (version "12.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -132,7 +132,7 @@ rates.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0i248rmwwlfx1r22aiy1wf5lmhixlznyasgqdb5w04gxr6yjshkf"))
+               "0ma0p8iry7fil7qb4pm2nx2pm65kq9hk9xc4r5wkf14nqbzni5l0"))
              (modules '((guix build utils)))
              (snippet
               ;; Disable console-kit support by default since it's deprecated



reply via email to

[Prev in Thread] Current Thread [Next in Thread]