1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 05:04:05 +02:00

gnu: pulsemixer: Update to 1.5.1.

* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Michael Rohleder
2020-08-01 09:10:57 +02:00
committed by Mathieu Othacehe
parent f32d10d557
commit 3cc8b4fa26
+2 -2
View File
@@ -315,7 +315,7 @@ sinks.")
(define-public pulsemixer
(package
(name "pulsemixer")
(version "1.5.0")
(version "1.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -324,7 +324,7 @@ sinks.")
(file-name (git-file-name name version))
(sha256
(base32
"162nfpyqn4gp45x332a73n07c118vispz3jicin4p67x3f8f0g3j"))))
"1jagx9zmz5pfsld8y2rj2kqg6ww9f6vqiawfy3vhqc49x3xx92p4"))))
(build-system python-build-system)
(arguments
`(#:phases