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.6.


From: Leo Famulari
Subject: 01/01: gnu: mpd: Update to 0.20.6.
Date: Sun, 19 Mar 2017 22:10:04 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0420e8968240c9e12acc5fa69373f1ff5110ee99
Author: Leo Famulari <address@hidden>
Date:   Sun Mar 19 21:54:37 2017 -0400

    gnu: mpd: Update to 0.20.6.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.20.6.
---
 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 b817f1c..db37814 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -75,7 +75,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.20.4")
+    (version "0.20.6")
     (source (origin
               (method url-fetch)
               (uri
@@ -84,7 +84,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0a4psqsf71vc6hfgyv55jclsx8yb7lf4w840qlq6cq8j3hsjaavi"))))
+                "0isbpa79m7zf09w3s1ry638cw96rxasy1ch66zl01k75i48mw1gl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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