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.22.10.


From: guix-commits
Subject: branch master updated: gnu: MPD: Update to 0.22.10.
Date: Sun, 08 Aug 2021 01:15:17 -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 aa81670  gnu: MPD: Update to 0.22.10.
aa81670 is described below

commit aa816708b278cafd86b11c3f3ddcdf7b9930713e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Aug 8 01:14:16 2021 -0400

    gnu: MPD: Update to 0.22.10.
    
    * gnu/packages/mpd.scm (mpd): Update to 0.22.10.
---
 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 b97abca..09d02c5 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -105,7 +105,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.22.9")
+    (version "0.22.10")
     (source (origin
               (method url-fetch)
               (uri
@@ -114,7 +114,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0r5w282klk3d9pgsjjr8lnc77cbsxqvvkx39lpa0n962jwr40dzr"))))
+                "0576z57rgwmnm5djd7rwbc93aikji0n6b3lx1553v74rx4sjbj07"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=enabled")))



reply via email to

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