guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: mpd: Update to 0.23.8.


From: guix-commits
Subject: 01/05: gnu: mpd: Update to 0.23.8.
Date: Fri, 29 Jul 2022 12:11:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 06261a445adaf9d940651749e24dbcf8ee0b5402
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:02 2022 +0200

    gnu: mpd: Update to 0.23.8.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.23.8.
---
 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 541326d5d3..728c7e3649 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -108,7 +108,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.23.7")
+    (version "0.23.8")
     (source (origin
               (method url-fetch)
               (uri
@@ -117,7 +117,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "04c2fr4akiylafb7wdjzn7r7d90rmzilbnagrifqyf3wf6ncn3cn"))))
+                "1kvq9shd6b7y02r386s1chjmvs44wij5bfzn6qgq46dmyfdmdfw6"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

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