GNU bug report logs - #65660
[PATCH 0/2] Update mympd and remove unused imports.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Thu, 31 Aug 2023 15:55:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Bruno Victal <mirai <at> makinata.eu>
To: 65660 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [bug#65660] [PATCH 2/2] gnu: mympd: Update to 11.0.5.
Date: Thu, 31 Aug 2023 16:55:39 +0100
* gnu/packages/mpd.scm (mympd): Update to 11.0.5.
---
 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 496e90a71c..d617dc014b 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -613,7 +613,7 @@ (define-public mpdevil
 (define-public mympd
   (package
     (name "mympd")
-    (version "11.0.4")
+    (version "11.0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -622,7 +622,7 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ki9az71x35548mnl5assb0hgli3bvrbzv0fb5dfli4q5i1z8fmq"))))
+                "0b3skvam3kb14w2afzxl1pfvj4cfanr45nyv93zpxafmxgghxqcv"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.40.1





This bug report was last modified 1 year and 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.