guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: mpd: Update to 0.19.12.


From: Leo Famulari
Subject: 03/03: gnu: mpd: Update to 0.19.12.
Date: Tue, 23 Feb 2016 01:16:44 +0000

lfam pushed a commit to branch master
in repository guix.

commit fae58fe1d11ad33c1465f0f5ab5898f98f92af88
Author: Leo Famulari <address@hidden>
Date:   Sun Feb 21 03:55:30 2016 -0500

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

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index f868ef8..5a63772 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -70,7 +70,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.19.10")
+    (version "0.19.12")
     (source (origin
               (method url-fetch)
               (uri
@@ -79,7 +79,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0laqn68iggqf0h06hg282cvpd9wsjqpjfg5fnn9wk3gr48yyp1n3"))))
+                "0xg8w5vn6xd0yfw55qj6wnav7v14nmr00s3d4w5gixbjrv3ycvvv"))))
     (build-system gnu-build-system)
     (inputs `(("ao" ,ao)
               ("alsa-lib" ,alsa-lib)



reply via email to

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