guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mympd: Update to 10.2.4.


From: guix-commits
Subject: branch master updated: gnu: mympd: Update to 10.2.4.
Date: Wed, 01 Mar 2023 22:09:35 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit ac9ccf03a6dabaf385901dd927e2e2de0a9ee0f4
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Feb 27 00:17:12 2023 +0000

    gnu: mympd: Update to 10.2.4.
    
    * gnu/packages/mpd.scm (mympd): Update to 10.2.4.
    
    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 5288aeda3e..6b7c78c71b 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -600,7 +600,7 @@ mpdevil loads all tags and covers on demand.")
 (define-public mympd
   (package
     (name "mympd")
-    (version "10.2.3")
+    (version "10.2.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -609,7 +609,7 @@ mpdevil loads all tags and covers on demand.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "001lnsva7rxyp0xk3xm2pcr5d4y3k5ikll6i4rrp9gqw9qs5yj52"))))
+                "0544vx9x103394mz2x92ycfj5lh59xrzcvagi4q0jb9b1hh44s6p"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target



reply via email to

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