diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-03-21 01:13:00 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-27 16:37:16 +0100 |
commit | 80969b15dcbce447f409049731916146696ed53b (patch) | |
tree | 4ac631380574da069658c65648f9284ec8366b59 | |
parent | d6c629088a9c3a920aea5638d61ed8d5a8690e9b (diff) |
gnu: mympd: Update to 10.2.6.
* gnu/packages/mpd.scm (mympd): Update to 10.2.6.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 6b7c78c71b..ef45511546 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -600,7 +600,7 @@ mpdevil loads all tags and covers on demand.") (define-public mympd (package (name "mympd") - (version "10.2.4") + (version "10.2.6") (source (origin (method git-fetch) (uri (git-reference @@ -609,7 +609,7 @@ mpdevil loads all tags and covers on demand.") (file-name (git-file-name name version)) (sha256 (base32 - "0544vx9x103394mz2x92ycfj5lh59xrzcvagi4q0jb9b1hh44s6p")))) + "1adi1pdygj7wlfi6k3978b6ny2cziai4f761a61j9vxa2ywf7wbb")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ; no test target |