guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: MPD: Update to 0.23.6.


From: guix-commits
Subject: branch master updated: gnu: MPD: Update to 0.23.6.
Date: Fri, 18 Mar 2022 00:18:36 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new df2e19f376 gnu: MPD: Update to 0.23.6.
df2e19f376 is described below

commit df2e19f3762e5c39bf11f9cf6f8d26382548b1e3
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 18 00:02:47 2022 -0400

    gnu: MPD: Update to 0.23.6.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.23.6.
---
 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 ad89acda04..25c017e028 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.5")
+    (version "0.23.6")
     (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
-                "16d2ny05z47qpj4sjagdcyphb16dzdy21mwwdxbg819s14jjqb7j"))))
+                "1v969w7h3660ph3h2bdlkrzc05pfz95bmxjqdbzzf7pfwf795ifb"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=enabled")))



reply via email to

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