diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-08-19 20:55:21 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-26 11:16:57 +0800 |
commit | c135d9747e3d1735ec4cf202470ba0f353145fea (patch) | |
tree | caead63959f42913c6d9f073232b57dcb19ff53e | |
parent | 10d492369114c677094abcdfa84180af55b3f489 (diff) |
gnu: mympd: Update to 11.0.4.
* gnu/packages/mpd.scm (mympd): Update to 11.0.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index a399c1eab1..624febaa2a 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -615,7 +615,7 @@ mpdevil loads all tags and covers on demand.") (define-public mympd (package (name "mympd") - (version "11.0.2") + (version "11.0.4") (source (origin (method git-fetch) (uri (git-reference @@ -624,7 +624,7 @@ mpdevil loads all tags and covers on demand.") (file-name (git-file-name name version)) (sha256 (base32 - "0n6dyy6znzicm5v9mkcghm3lwi6zwysnpr0drvacqprr0r5l596a")))) + "0ki9az71x35548mnl5assb0hgli3bvrbzv0fb5dfli4q5i1z8fmq")))) (build-system cmake-build-system) (arguments (list |