guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: mpd: Update to 0.21.14.


From: guix-commits
Subject: 06/11: gnu: mpd: Update to 0.21.14.
Date: Thu, 22 Aug 2019 09:39:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d4ae72af47506f6fd992043e9879b4200a757d0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 22 15:31:54 2019 +0200

    gnu: mpd: Update to 0.21.14.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.21.14.
---
 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 5468ba9..e8b1e6e 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -91,7 +91,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.21.13")
+    (version "0.21.14")
     (source (origin
               (method url-fetch)
               (uri
@@ -100,7 +100,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "1sjyhmq50nlccwmd8xn7m0bk8xvyixvfyr24v9dy3g86hhk0pdwm"))))
+                "0iknnm9xvwfgk8h82hjwrmbijpk9l0dgap0794c2nyg8i66qlb0y"))))
     (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]