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


From: guix-commits
Subject: branch master updated: gnu: mympd: Update to 10.1.6.
Date: Tue, 13 Dec 2022 01:17:15 -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 ca735decfb gnu: mympd: Update to 10.1.6.
ca735decfb is described below

commit ca735decfb8c1986041fe09e32acaf998e98245f
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Sat Dec 10 13:40:35 2022 +0000

    gnu: mympd: Update to 10.1.6.
    
    * gnu/packages/mpd.scm (mympd): Update to 10.1.6.
    
    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 5439d89f4a..b9b6924451 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -581,7 +581,7 @@ mpdevil loads all tags and covers on demand.")
 (define-public mympd
   (package
     (name "mympd")
-    (version "10.1.3")
+    (version "10.1.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -590,7 +590,7 @@ mpdevil loads all tags and covers on demand.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp"))))
+                "06i8v8dh2x4lrph9lm56h5yy698y95ic5xrgmyisafvxd239sn0x"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target



reply via email to

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