guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: mympd: Update to 10.2.1.


From: guix-commits
Subject: 02/04: gnu: mympd: Update to 10.2.1.
Date: Fri, 3 Feb 2023 13:19:51 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 42dde57fcf66fe23ca9417bd629148d2f286f05b
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Thu Feb 2 14:46:23 2023 +0000

    gnu: mympd: Update to 10.2.1.
    
    * gnu/packages/mpd.scm (mympd): Update to 10.2.1.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 e432edf0ae..7c5d7b9486 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -586,7 +586,7 @@ mpdevil loads all tags and covers on demand.")
 (define-public mympd
   (package
     (name "mympd")
-    (version "10.2.0")
+    (version "10.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -595,7 +595,7 @@ mpdevil loads all tags and covers on demand.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16f4yyjjgl6d6pqnnal5d00s5cgrg1m6b6i2bmg5n86gns8n9chv"))))
+                "1zici4sfpd2hra14dy7vp2x0w3i46a2d422inkixkp4cpm14rj9s"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target



reply via email to

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