guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libmpdclient: Update to 2.20.


From: guix-commits
Subject: branch master updated: gnu: libmpdclient: Update to 2.20.
Date: Tue, 23 Nov 2021 23:07:47 -0500

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 7f97454  gnu: libmpdclient: Update to 2.20.
7f97454 is described below

commit 7f974548ac20cab88b9bb589a5e1d85ee3b8d337
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Nov 23 22:39:24 2021 -0500

    gnu: libmpdclient: Update to 2.20.
    
    * gnu/packages/mpd.scm (libmpdclient): Update to 2.20.
---
 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 3c2fe49..e99dd49 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -76,7 +76,7 @@
 (define-public libmpdclient
   (package
     (name "libmpdclient")
-    (version "2.19")
+    (version "2.20")
     (source (origin
               (method url-fetch)
               (uri
@@ -85,7 +85,7 @@
                               "/libmpdclient-" version ".tar.xz"))
               (sha256
                (base32
-                "12d1fzlkcnjw4ayk2wp11vhglfcvr5k02arzdbkhiavq496av2hm"))))
+                "0z979qcjc0dqmpn3q9j174a29akx3zmavz6q6hg31hrrx5l3yy8q"))))
     (build-system meson-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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