nckx pushed a commit to branch master
in repository guix.
commit 27a976ed67ad31b3d0e8f45605a1b08b85112844
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Dec 23 18:52:07 2017 +0100
gnu: pulsemixer: Update to 1.4.0.
* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.4.0
---
gnu/packages/pulseaudio.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 21753cf..ba288aa 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2017 Thomas Danckaert <[email protected]>
;;; Copyright © 2017 Leo Famulari <[email protected]>
;;; Copyright © 2017 Stefan Reichör <[email protected]>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; 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