gnu: pulsemixer: Update to 1.4.0.

* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.4.0
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-23 18:52:07 +01:00
parent 16c76cc4c8
commit 27a976ed67
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6,6 +6,7 @@
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -264,14 +265,14 @@ (define-public ponymix
(define-public pulsemixer
(package
(name "pulsemixer")
(version "1.3.0")
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/GeorgeFilipkin/"
"pulsemixer/archive/" version ".tar.gz"))
(sha256
(base32
"03c94313fhxd5sbkl2ajzb2gmmm4hpv7m5rkbxmahwg9s8ih824r"))))
"1lpad90ifr2xfldyf39sbwx1v85rif2gm9w774gwwpjv53zfgk1g"))))
(build-system python-build-system)
(arguments
`(#:phases