guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: MPD: Update to 0.23.7.


From: guix-commits
Subject: 01/02: gnu: MPD: Update to 0.23.7.
Date: Sat, 14 May 2022 17:43:49 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit bf04c2044bc239faf349da47aed08537a86b2208
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat May 14 16:52:41 2022 -0400

    gnu: MPD: Update to 0.23.7.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.23.7.
---
 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 1ee6806735..dde233b337 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -107,7 +107,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.23.6")
+    (version "0.23.7")
     (source (origin
               (method url-fetch)
               (uri
@@ -116,7 +116,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "1v969w7h3660ph3h2bdlkrzc05pfz95bmxjqdbzzf7pfwf795ifb"))))
+                "04c2fr4akiylafb7wdjzn7r7d90rmzilbnagrifqyf3wf6ncn3cn"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=enabled")))



reply via email to

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