[PATCH] gnu: pulsemixer: Update to 1.5.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87zh7e7se6.fsf@rohleder.de
From 2f78e71ed57b7aff8f5ad143000ae03df8b75f0c Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sat, 1 Aug 2020 09:09:27 +0200
Subject: [PATCH] gnu: pulsemixer: Update to 1.5.1.

* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1.
---
gnu/packages/pulseaudio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index dd34297135..be3d27905d 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -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
--
2.28.0
--
Life is not fair. But the root password helps.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8lFYIACgkQfHr/vv7y
yyWhQQf8CJsN4fq5xgzuevhZdhk7XGGCxOT66m5JVYB9SQcuCfeuQ2pMcR5Kb5E4
pnnVOfOMTSxmULfh361Nqv/CDUjb5wMkuac/HZU/DxGF2HXo2gwiD/ucr7Z+1FB/
h0q+zm6tJ8ZaEdvvzrt7VyCCp1h24C5trIhBpRRwliCbIAhEpkOrwJy+YMD2pLyx
LcNWDgQg9Amgp5pQVXpuJg7BKG2y1ZrIOxsYV3ytMjlZWjppUFKFnYBEzn3dajzv
InT0I1loTys/DOgNkcTsWmcKqVg4ljpeFnw2hY6yi6LeePt+5VppejWRjXsk+pp4
Qx92Kl3wpX9r0/qYdL5GgIUZvPeX1w==
=EFrp
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42645-done@debbugs.gnu.org)
873656akkl.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42645@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42645
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help