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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65660 in the body.
You can then email your comments to 65660 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#65660; Package guix-patches. (Thu, 31 Aug 2023 15:55:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Bruno Victal <mirai <at> makinata.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 31 Aug 2023 15:55:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Bruno Victal <mirai <at> makinata.eu>
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH 0/2] Update mympd and remove unused imports.
Date: Thu, 31 Aug 2023 16:54:18 +0100
Passes 'make check-system TESTS=mympd'.

Bruno Victal (2):
  gnu: mpd: Remove unused imports.
  gnu: mympd: Update to 11.0.5.

 gnu/packages/mpd.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


base-commit: b51e45d3aaa8a85d39a8a4c3d18e8b57254aeaf2
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#65660; Package guix-patches. (Thu, 31 Aug 2023 15:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 65660 <at> debbugs.gnu.org (full text, mbox):

From: Bruno Victal <mirai <at> makinata.eu>
To: 65660 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH 1/2] gnu: mpd: Remove unused imports.
Date: Thu, 31 Aug 2023 16:55:38 +0100
Note:
cmake is a leftover from 709fd0e5e0a318c7272776efc6472487e8a28ddd.

* gnu/packages/mpd.scm: Remove unused imports.
---
 gnu/packages/mpd.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 624febaa2a..496e90a71c 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -44,10 +44,8 @@ (define-module (gnu packages mpd)
   #:use-module (gnu packages avahi)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
-  #:use-module (gnu packages build-tools) ;meson-next
   #:use-module (gnu packages boost)
   #:use-module (gnu packages cdrom)
-  #:use-module (gnu packages cmake) ;for MPD
   #:use-module (gnu packages cpp)
   #:use-module (gnu packages file-systems)
   #:use-module (gnu packages freedesktop) ;elogind

base-commit: b51e45d3aaa8a85d39a8a4c3d18e8b57254aeaf2
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#65660; Package guix-patches. (Thu, 31 Aug 2023 15:57:02 GMT) Full text and rfc822 format available.

Message #11 received at 65660 <at> debbugs.gnu.org (full text, mbox):

From: Bruno Victal <mirai <at> makinata.eu>
To: 65660 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [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





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Wed, 06 Sep 2023 03:47:02 GMT) Full text and rfc822 format available.

Notification sent to Bruno Victal <mirai <at> makinata.eu>:
bug acknowledged by developer. (Wed, 06 Sep 2023 03:47:02 GMT) Full text and rfc822 format available.

Message #16 received at 65660-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Bruno Victal <mirai <at> makinata.eu>
Cc: 65660-done <at> debbugs.gnu.org
Subject: Re: bug#65660: [PATCH 0/2] Update mympd and remove unused imports.
Date: Tue, 05 Sep 2023 23:46:27 -0400
Hi,

Bruno Victal <mirai <at> makinata.eu> writes:

> Passes 'make check-system TESTS=mympd'.
>
> Bruno Victal (2):
>   gnu: mpd: Remove unused imports.
>   gnu: mympd: Update to 11.0.5.

Installed!

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Oct 2023 11:24:30 GMT) Full text and rfc822 format available.

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

Previous Next


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