guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: MPD: Update to 0.21.22.


From: guix-commits
Subject: 02/02: gnu: MPD: Update to 0.21.22.
Date: Mon, 13 Apr 2020 17:55:30 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit c773c89fbbc52ab50b916e4c362e9edf0905d5a5
Author: Leo Famulari <address@hidden>
AuthorDate: Mon Apr 13 17:53:20 2020 -0400

    gnu: MPD: Update to 0.21.22.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.21.22.
---
 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 c96d67d..303af32 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.21")
+    (version "0.21.22")
     (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
-                "1kk8q5z99zdzwv3angn03jwnxhqdad0pnyi5j67c2qiv1rgv3gg1"))))
+                "18lvyv3crijki5nxjdhf1byayyavdvj07dk6rm856n4vi78qfmjn"))))
     (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]