guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mpd: Update to 0.20.15.


From: Leo Famulari
Subject: 01/01: gnu: mpd: Update to 0.20.15.
Date: Mon, 22 Jan 2018 16:06:04 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit c2ab5d92338f081e04c7afd594a4dc5fc96f6e74
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 22 15:57:07 2018 -0500

    gnu: mpd: Update to 0.20.15.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.20.15.
---
 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 30a496a..82681aa 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.13")
+    (version "0.20.15")
     (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
-                "0h7z90dnpwlyad4kfi1ja9v9vzqic0xg93iy4q0dwlhav0scbha6"))))
+                "0h7bm561i8p0bjp1hy8fsiy5zj7db24zyv6ypfihwf35wrklz766"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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