[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-pulseaudio-control: Update to 0.0.1-4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-pulseaudio-control: Update to 0.0.1-4.a931533. |
Date: |
Wed, 27 Jan 2021 15:15:41 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 046474c gnu: emacs-pulseaudio-control: Update to 0.0.1-4.a931533.
046474c is described below
commit 046474c5a8db3398f071a617e2701010ea6e9aa5
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Jan 27 16:45:41 2021 +0100
gnu: emacs-pulseaudio-control: Update to 0.0.1-4.a931533.
* gnu/packages/emacs-xyz.scm (emacs-pulseaudio-control): Update to
0.0.1-4.a931533.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 22555a5..2848dc6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16053,8 +16053,8 @@ navigate and display hierarchy structures.")
(license license:gpl3+)))
(define-public emacs-pulseaudio-control
- (let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
- (revision "3"))
+ (let ((commit "a931533140547510decdc368f39b2d2b97ca725f")
+ (revision "4"))
(package
(name "emacs-pulseaudio-control")
(version (git-version "0.0.1" revision commit))
@@ -16067,7 +16067,7 @@ navigate and display hierarchy structures.")
(file-name (git-file-name name version))
(sha256
(base32
- "0wcaqyh15x56255rrj350089z15pnwixa2vf0ly6dv0hjmzmh3mr"))))
+ "1jvjn9jszjjapi167an49jxcvr88cvgjwykglhp4b8lwhbjfqw76"))))
(build-system emacs-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-pulseaudio-control: Update to 0.0.1-4.a931533.,
guix-commits <=