guix-commits
[Top][All Lists]
Advanced

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

45/46: gnu: mpd: Update to 0.23.11.


From: guix-commits
Subject: 45/46: gnu: mpd: Update to 0.23.11.
Date: Fri, 16 Dec 2022 21:39:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bba76198c587559a8d68ccf024b491364e0ee7a7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: mpd: Update to 0.23.11.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.23.11.
---
 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 b9b6924451..63fb9bc974 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -116,7 +116,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.23.10")
+    (version "0.23.11")
     (source (origin
               (method url-fetch)
               (uri
@@ -125,7 +125,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "1a764k504nh9vqmsd92qh8sg03fwns19d7mypm618j6c8bmqqp30"))))
+                "1afwvw2670yz3kxzlqjlg9r8ra8fjihj97hgc6skiwnzz6lfgd7d"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

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