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
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

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