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


From: guix-commits
Subject: 01/02: gnu: MPD: Update to 0.21.16.
Date: Wed, 4 Dec 2019 10:20:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e71513f74bd931180d1940445148fe82a6e020c0
Author: Leo Famulari <address@hidden>
Date:   Wed Dec 4 10:18:43 2019 -0500

    gnu: MPD: Update to 0.21.16.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.21.16.
---
 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 3afdbdd..c9e04d7 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -92,7 +92,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.21.14")
+    (version "0.21.16")
     (source (origin
               (method url-fetch)
               (uri
@@ -101,7 +101,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0iknnm9xvwfgk8h82hjwrmbijpk9l0dgap0794c2nyg8i66qlb0y"))))
+                "14jd9byvxlxmn9ygkyap1izy0d7i2lsssib74y3q8f6pyzfipkrh"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...



reply via email to

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