* [bug#61588] [PATCH] gnu: mympd: Update to 10.2.3.
@ 2023-02-17 21:48 Bruno Victal
2023-02-17 22:22 ` bug#61588: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-02-17 21:48 UTC (permalink / raw)
To: 61588; +Cc: Bruno Victal
* gnu/packages/mpd.scm (mympd): Update to 10.2.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 0e8f5e616b..74f43ecbb3 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -597,7 +597,7 @@ (define-public mpdevil
(define-public mympd
(package
(name "mympd")
- (version "10.2.2")
+ (version "10.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -606,7 +606,7 @@ (define-public mympd
(file-name (git-file-name name version))
(sha256
(base32
- "04nq2gwqs99iivb7xkqh6bi8rwfx9krgxfn8xiwyfwmzcbq7hyp0"))))
+ "001lnsva7rxyp0xk3xm2pcr5d4y3k5ikll6i4rrp9gqw9qs5yj52"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no test target
base-commit: 8d8e1438ae5a2e50005b500dacd0a26be540fe69
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-18 1:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17 21:48 [bug#61588] [PATCH] gnu: mympd: Update to 10.2.3 Bruno Victal
2023-02-17 22:22 ` bug#61588: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).