summary refs log tree commit diff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-12-29 13:44:05 +0000
committer宋文武 <iyzsong@member.fsf.org>2023-12-31 11:05:38 +0800
commit7310d4fcc3669ba9df34314df5e691725c4e16ea (patch)
tree881511154819da53f991a5f58f733be7bad69882 /gnu/packages/mpd.scm
parent976fe648dffe3a90d4bf5e48cf002fe55494c7fc (diff)
downloadguix-7310d4fcc3669ba9df34314df5e691725c4e16ea.tar.gz
gnu: mympd: Update to 13.0.6.
* gnu/packages/mpd.scm (mympd): Update to 13.0.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: Iaaf3985ce4c1399bb0709f2e6702df2a232a1e48
Diffstat (limited to 'gnu/packages/mpd.scm')
-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 dc827a4670..e462f0f01d 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -623,7 +623,7 @@ mpdevil loads all tags and covers on demand.")
 (define-public mympd
   (package
     (name "mympd")
-    (version "13.0.5")
+    (version "13.0.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -632,7 +632,7 @@ mpdevil loads all tags and covers on demand.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ly3iw4irybfxyafgrldldwc28a879wwnd1pg32m2sgrwyhr0czm"))))
+                "17mx6qkdcnm4z6qw0ns8wmihahcnk3kidfcr6fapa34cdadsjapg"))))
     (outputs '("out" "doc"))
     (build-system cmake-build-system)
     (arguments