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


From: guix-commits
Subject: branch master updated: gnu: MPD: Update to 0.21.20.
Date: Mon, 17 Feb 2020 19:51:50 -0500

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 fb31d11  gnu: MPD: Update to 0.21.20.
fb31d11 is described below

commit fb31d11b91689e641fe1ad801bb0639b645c9955
Author: Leo Famulari <address@hidden>
AuthorDate: Mon Feb 17 19:28:11 2020 -0500

    gnu: MPD: Update to 0.21.20.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.21.20.
---
 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 e7154fd..fe670f6 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.19")
+    (version "0.21.20")
     (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
-                "1ydjamnc8gs9cxbhin7h51119hmfynsg7b8c4pgasdsnv08mw9yk"))))
+                "1q8hwl3i0a4qzdwfh44r0nh5zd2mm3rraqw5qvmz6qfrjslz0bj2"))))
     (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]