diff options
-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 3f9e2b8d91..0ca02e68dc 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -622,7 +622,7 @@ mpdevil loads all tags and covers on demand.") (define-public mympd (package (name "mympd") - (version "12.0.2") + (version "12.0.4") (source (origin (method git-fetch) (uri (git-reference @@ -631,7 +631,7 @@ mpdevil loads all tags and covers on demand.") (file-name (git-file-name name version)) (sha256 (base32 - "19139ina79jdfmc2vh6xcp5n0z8c41fi2fz2fmvg623bpix3fcgf")))) + "06g0b7j12lrrz8mrg6wp2fxy0qm4x9z2fri05by40399z1akgsx4")))) (build-system cmake-build-system) (arguments (list |