[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: pulsemixer: Update to 1.5.0.
From: |
guix-commits |
Subject: |
03/10: gnu: pulsemixer: Update to 1.5.0. |
Date: |
Wed, 22 Jan 2020 07:18:31 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit a4b4c1aa0bb9a3f44545ef5db6184fd3bb5a1dfc
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Jan 22 12:07:45 2020 +0200
gnu: pulsemixer: Update to 1.5.0.
* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.0.
---
gnu/packages/pulseaudio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index f481704..5651127 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -285,7 +285,7 @@ sinks.")
(define-public pulsemixer
(package
(name "pulsemixer")
- (version "1.4.0")
+ (version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -294,7 +294,7 @@ sinks.")
(file-name (git-file-name name version))
(sha256
(base32
- "0l5zawv36d46sj3k31k5w6imnnxzyn62r83wdhr7fp5mi3ls1h5x"))))
+ "162nfpyqn4gp45x332a73n07c118vispz3jicin4p67x3f8f0g3j"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch master updated (a789f65 -> fe10934), guix-commits, 2020/01/22
- 02/10: gnu: pulsemixer: Don't use unstable tarball., guix-commits, 2020/01/22
- 01/10: gnu: ponymix: Don't use unstable tarball., guix-commits, 2020/01/22
- 03/10: gnu: pulsemixer: Update to 1.5.0.,
guix-commits <=
- 05/10: gnu: pass-rotate: Update upstream location., guix-commits, 2020/01/22
- 06/10: gnu: pass-git-helper: Don't use unstable tarball., guix-commits, 2020/01/22
- 09/10: gnu: argon2: Don't use unstable tarball., guix-commits, 2020/01/22
- 07/10: gnu: pass-git-helper: Update to 1.1.0., guix-commits, 2020/01/22
- 10/10: gnu: argon2: Update to 20190702., guix-commits, 2020/01/22
- 04/10: gnu: pass-rotate: Don't use unstable tarball., guix-commits, 2020/01/22
- 08/10: gnu: pass-git-helper: Run test suite., guix-commits, 2020/01/22