[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mympd: Update to 10.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mympd: Update to 10.2.0. |
Date: |
Fri, 27 Jan 2023 21:23:52 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a7f63acfb7 gnu: mympd: Update to 10.2.0.
a7f63acfb7 is described below
commit a7f63acfb7864aaa5dd0779d8296fb575875fb0d
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Jan 23 21:30:14 2023 +0000
gnu: mympd: Update to 10.2.0.
* gnu/packages/mpd.scm (mympd): Update to 10.2.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 63163e09dc..06238acbbe 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -581,7 +581,7 @@ mpdevil loads all tags and covers on demand.")
(define-public mympd
(package
(name "mympd")
- (version "10.1.6")
+ (version "10.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -590,7 +590,7 @@ mpdevil loads all tags and covers on demand.")
(file-name (git-file-name name version))
(sha256
(base32
- "06i8v8dh2x4lrph9lm56h5yy698y95ic5xrgmyisafvxd239sn0x"))))
+ "16f4yyjjgl6d6pqnnal5d00s5cgrg1m6b6i2bmg5n86gns8n9chv"))))
(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.0.,
guix-commits <=