guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: pulsemixer: Update to 1.5.0.


From: guix-commits
Subject: 03/10: gnu: pulsemixer: Update to 1.5.0.
Date: Wed, 22 Jan 2020 07:18:31 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a4b4c1aa0bb9a3f44545ef5db6184fd3bb5a1dfc
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Jan 22 12:07:45 2020 +0200

    gnu: pulsemixer: Update to 1.5.0.
    
    * gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.0.
---
 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 f481704..5651127 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -285,7 +285,7 @@ sinks.")
 (define-public pulsemixer
   (package
     (name "pulsemixer")
-    (version "1.4.0")
+    (version "1.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -294,7 +294,7 @@ sinks.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l5zawv36d46sj3k31k5w6imnnxzyn62r83wdhr7fp5mi3ls1h5x"))))
+                "162nfpyqn4gp45x332a73n07c118vispz3jicin4p67x3f8f0g3j"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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