me
/
guix
Archived
1
0
Fork 0

gnu: pulsemixer: Update to 1.4.0.

* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.4.0
master
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
1 changed files with 3 additions and 2 deletions

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 @@ sinks.")
(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