nckx pushed a commit to branch master
in repository guix.

commit 5346d91523f748dffe2c2389a9d8b03ad95a68c7
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Fri Apr 27 05:05:25 2018 +0200

    gnu: mpd: Update to 0.20.19.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.20.19.
---
 gnu/packages/mpd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 0e2aced..a9d317e 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -88,7 +88,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.20.18")
+    (version "0.20.19")
     (source (origin
               (method url-fetch)
               (uri
@@ -97,7 +97,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0d6lz8ykyvxkl0fwnd9c5vzbbhmjh1yzv7rzhprlzfchmv12sn3a"))))
+                "1hsng4mnaz1jr2s3fy3q78vf2f6102lwphjdls7qln0pj8dyzk81"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to