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


From: Leo Famulari
Subject: 01/02: gnu: mpd: Update to 0.20.10.
Date: Mon, 4 Sep 2017 11:26:09 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6cdb0f4d12dfd0c458655958862c8396bb6397d9
Author: Leo Famulari <address@hidden>
Date:   Sat Sep 2 12:43:49 2017 -0400

    gnu: mpd: Update to 0.20.10.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.20.10.
---
 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 eb45974..4ed0303 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.9")
+    (version "0.20.10")
     (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
-                "1dsfwd0i81x8m9idi7idm9612mpf1g5lzcy69h04nd9jks3a4xyd"))))
+                "089i9lh3fa8bix6v0sq0jgs7rkpk8l6q5lmdk6lip96vbh9c3ysj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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