guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: mympd: Update to 11.0.2.


From: guix-commits
Subject: 06/11: gnu: mympd: Update to 11.0.2.
Date: Sun, 13 Aug 2023 04:02:25 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 400cd0870bb240ac774427592b6c9a4a4970c256
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Sun Aug 6 16:44:42 2023 +0100

    gnu: mympd: Update to 11.0.2.
    
    * gnu/packages/mpd.scm (mympd): Update to 11.0.2.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 0112c91fdf..862d4f737f 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -615,7 +615,7 @@ mpdevil loads all tags and covers on demand.")
 (define-public mympd
   (package
     (name "mympd")
-    (version "10.3.3")
+    (version "11.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -624,7 +624,7 @@ mpdevil loads all tags and covers on demand.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1n8z3rscrw7k097q5z1d59mrryy7b8m0zdfhi767a1qpa121m8if"))))
+                "0n6dyy6znzicm5v9mkcghm3lwi6zwysnpr0drvacqprr0r5l596a"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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