[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mympd: Update to 10.2.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mympd: Update to 10.2.2. |
Date: |
Sat, 11 Feb 2023 15:28:36 -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 0d60bbd104 gnu: mympd: Update to 10.2.2.
0d60bbd104 is described below
commit 0d60bbd104fb1e8efe1637f0cc130e3e668a1100
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Fri Feb 10 17:01:59 2023 +0000
gnu: mympd: Update to 10.2.2.
* gnu/packages/mpd.scm (mympd): Update to 10.2.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 4df2dfd655..0e8f5e616b 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -597,7 +597,7 @@ mpdevil loads all tags and covers on demand.")
(define-public mympd
(package
(name "mympd")
- (version "10.2.1")
+ (version "10.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -606,7 +606,7 @@ mpdevil loads all tags and covers on demand.")
(file-name (git-file-name name version))
(sha256
(base32
- "1zici4sfpd2hra14dy7vp2x0w3i46a2d422inkixkp4cpm14rj9s"))))
+ "04nq2gwqs99iivb7xkqh6bi8rwfx9krgxfn8xiwyfwmzcbq7hyp0"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no test target
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mympd: Update to 10.2.2.,
guix-commits <=