GNU bug report logs -
#59645
[PATCH] gnu: mympd: Update to 10.1.3
Previous Next
Reported by: mirai <at> makinata.eu
Date: Mon, 28 Nov 2022 01:28:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Bruno Victal <mirai <at> makinata.eu>
* gnu/packages/mpd.scm (mympd): Update to 10.1.3.
---
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 cd37d4682c..e0bd7633bc 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -581,7 +581,7 @@ (define-public mpdevil
(define-public mympd
(package
(name "mympd")
- (version "10.1.2")
+ (version "10.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -590,7 +590,7 @@ (define-public mympd
(file-name (git-file-name name version))
(sha256
(base32
- "1cqq09j7mi7dz5y6l7i0sa6vi2n5zrndnrxnqsi4vcg99fc2vwv8"))))
+ "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no test target
base-commit: 3f56148055c72252f2f4b2fe60fb8a4ea4c94aa7
--
2.38.1
This bug report was last modified 2 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.