guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: MPD: Update to 0.21.23.


From: guix-commits
Subject: branch master updated: gnu: MPD: Update to 0.21.23.
Date: Thu, 30 Apr 2020 14:24:41 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2a94f72  gnu: MPD: Update to 0.21.23.
2a94f72 is described below

commit 2a94f72adef710af481a5abefdddb6cde04b5526
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Apr 30 14:17:32 2020 -0400

    gnu: MPD: Update to 0.21.23.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.21.23.
---
 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 303af32..755fa5d 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.22")
+    (version "0.21.23")
     (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
-                "18lvyv3crijki5nxjdhf1byayyavdvj07dk6rm856n4vi78qfmjn"))))
+                "18q72b9baj5cdpq0yn60qm7q4g8vwqqyqndl9xg3f3w0m4n557s3"))))
     (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]