guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: mpd: Update to 0.23.5.


From: guix-commits
Subject: 03/06: gnu: mpd: Update to 0.23.5.
Date: Fri, 17 Dec 2021 23:42:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b24148503381de5a61c4576e6062f5df63992de6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 05:30:31 2021 +0100

    gnu: mpd: Update to 0.23.5.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.23.5.
---
 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 5969315..434e0f8 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -106,7 +106,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.23.4")
+    (version "0.23.5")
     (source (origin
               (method url-fetch)
               (uri
@@ -115,7 +115,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0m67wibxc6n6438h2va59n51wwwbwhbdj9635cnpc3wqvlq9sd9g"))))
+                "16d2ny05z47qpj4sjagdcyphb16dzdy21mwwdxbg819s14jjqb7j"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=enabled")))



reply via email to

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