guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mpd: Update to 0.20.18.


From: Leo Famulari
Subject: 01/02: gnu: mpd: Update to 0.20.18.
Date: Wed, 21 Mar 2018 18:26:37 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4102588f85adf2f887e1d700c2efc6fa1f907885
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 21 12:18:00 2018 -0400

    gnu: mpd: Update to 0.20.18.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.20.18.
---
 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 1b06de2..ba06c2a 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.17")
+    (version "0.20.18")
     (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
-                "1hfssmvp4wmy7zh4bl4zv2zqwiddsy77v69w9fh61pqrwbqfgc1c"))))
+                "0d6lz8ykyvxkl0fwnd9c5vzbbhmjh1yzv7rzhprlzfchmv12sn3a"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]