[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ncmpc: Update to 0.41.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ncmpc: Update to 0.41. |
Date: |
Sat, 17 Oct 2020 17:22:20 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d14221b gnu: ncmpc: Update to 0.41.
d14221b is described below
commit d14221bf65cfbe7f8f5b7cac44132087cab70bf5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 17 20:55:22 2020 +0200
gnu: ncmpc: Update to 0.41.
* gnu/packages/mpd.scm (ncmpc): Update to 0.41.
---
gnu/packages/mpd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index cb06315..b0d3645 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -185,7 +185,7 @@ player daemon.")
(define-public ncmpc
(package
(name "ncmpc")
- (version "0.40")
+ (version "0.41")
(source (origin
(method url-fetch)
(uri
@@ -194,7 +194,7 @@ player daemon.")
"/ncmpc-" version ".tar.xz"))
(sha256
(base32
- "1pfkf2zl55g7krrp4qi5m8j9h4m9vc3rnz65f7gb75pbmiy5iyh9"))))
+ "1b0kxidz3h3anc006cjrrbb281zl75f1qaip4m3672pczdc2lwwa"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ncmpc: Update to 0.41.,
guix-commits <=