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


From: guix-commits
Subject: 02/02: gnu: MPD: Update to 0.22.1.
Date: Fri, 23 Oct 2020 11:22:37 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3bdb2a026bc9d3967a31a2ccbcd670c018f85d3d
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Oct 22 21:55:12 2020 -0400

    gnu: MPD: Update to 0.22.1.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.22.1.
---
 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 b0d3645..6be7c93 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -94,7 +94,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.22")
+    (version "0.22.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -103,7 +103,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0xlhwdbnww7gjw474j54j94iwrzbzlqvnv6chlkga6yh4pcl5rvx"))))
+                "1wyazq8a8n8l4kqsml0ancy1k8mbrgpis87wrbp3riq97l4n9120"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=enabled")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]