[PATCH 0/2] Update mympd and remove unused imports.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Bruno Victal
Owner
unassigned
Submitted by
Bruno Victal
Severity
normal
B
B
Bruno Victal wrote on 31 Aug 2023 17:54
(address . guix-patches@gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
cover.1693497142.git.mirai@makinata.eu
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
B
B
Bruno Victal wrote on 31 Aug 2023 17:55
[PATCH 1/2] gnu: mpd: Remove unused imports.
(address . 65660@debbugs.gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
73ecca1ebeb0544b78fa4dd9fdb29a63d0d360c7.1693497339.git.mirai@makinata.eu
Note:
cmake is a leftover from 709fd0e5e0a318c7272776efc6472487e8a28ddd.

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

Toggle diff (19 lines)
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
B
B
Bruno Victal wrote on 31 Aug 2023 17:55
[PATCH 2/2] gnu: mympd: Update to 11.0.5.
(address . 65660@debbugs.gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
4d7f71e3de7728b09c9b3c43c7974de9fbfc256b.1693497339.git.mirai@makinata.eu
* gnu/packages/mpd.scm (mympd): Update to 11.0.5.
---
gnu/packages/mpd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
M
M
Maxim Cournoyer wrote on 6 Sep 2023 05:46
Re: bug#65660: [PATCH 0/2] Update mympd and remove unused imports.
(name . Bruno Victal)(address . mirai@makinata.eu)(address . 65660-done@debbugs.gnu.org)
87r0nc9d64.fsf@gmail.com
Hi,

Bruno Victal <mirai@makinata.eu> writes:

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

Installed!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65660@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65660
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch