summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-02-17 21:48:21 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:28 +0100
commit94fb170bfbb84062509dd3f04a39075a3fe292a9 (patch)
tree191d634dda6c20428be433d7c7d7b8c9706eaecb
parent09d34401b92b0ef5fb37aaafd0a0731bf402a1d2 (diff)
downloadguix-patches-94fb170bfbb84062509dd3f04a39075a3fe292a9.tar
guix-patches-94fb170bfbb84062509dd3f04a39075a3fe292a9.tar.gz
gnu: mympd: Update to 10.2.3.
* gnu/packages/mpd.scm (mympd): Update to 10.2.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r--gnu/packages/mpd.scm4
1 files 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 @@ mpdevil loads all tags and covers on demand.")
(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 @@ mpdevil loads all tags and covers on demand.")
(file-name (git-file-name name version))
(sha256
(base32
- "04nq2gwqs99iivb7xkqh6bi8rwfx9krgxfn8xiwyfwmzcbq7hyp0"))))
+ "001lnsva7rxyp0xk3xm2pcr5d4y3k5ikll6i4rrp9gqw9qs5yj52"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no test target