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


From: guix-commits
Subject: 01/01: gnu: MPD: Update to 0.21.9.
Date: Tue, 4 Jun 2019 13:37:37 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit bac78669c7c906b674cda4cf8918e8416c23c666
Author: Leo Famulari <address@hidden>
Date:   Tue Jun 4 13:32:36 2019 -0400

    gnu: MPD: Update to 0.21.9.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.21.9.
---
 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 f631dbd..1d75592 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.8")
+    (version "0.21.9")
     (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
-                "0mwpkbjsljj1khlnnjanvw3pgxbhsdl0bh2k9bxnpijn2gqq7q13"))))
+                "0ghda8g9q0bi6nrvl6n756d8f45spqpblkh77mnb4k9gmiv57qir"))))
     (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]