[PATCH] gnu: MPD: Update to 0.23.13.

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Liliana Marie Prikler
  • Bruno Victal
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 31 May 2023 05:18
(address . guix-patches@gnu.org)
c60747814360ae26729ed6522e4776458eecd2ad.1685503118.git.leo@famulari.name
---
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 5005da4e87..1b0acc81db 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -118,7 +118,7 @@ (define-public libmpdclient
(define-public mpd
(package
(name "mpd")
- (version "0.23.12")
+ (version "0.23.13")
(source (origin
(method url-fetch)
(uri
@@ -127,7 +127,7 @@ (define-public mpd
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "1rq2hyfvwwri3sivab747csza2i096y7m8563rl5mhpchhiadz5p"))))
+ "06fmy68lfrsi5y03l53dnwcynqhwh5f5vhdpbsr8lzmvzgk02sx9"))))
(build-system meson-build-system)
(arguments
(list
--
2.40.1
B
B
Bruno Victal wrote on 31 May 2023 09:23
(name . Leo Famulari)(address . leo@famulari.name)(address . 63809@debbugs.gnu.org)
aad16777-e3c3-2dff-9d17-1d57c84cf582@makinata.eu
Hi lfam,

This is already included in #63721.


--
Furthermore, I consider that nonfree software must be eradicated.

Cheers,
Bruno.
L
L
Liliana Marie Prikler wrote on 1 Jun 2023 20:20
(address . 63809@debbugs.gnu.org)
a46b4a63e9bbfd892fa2cb99cf9100a9a4a715d1.camel@gmail.com
Am Mittwoch, dem 31.05.2023 um 08:23 +0100 schrieb Bruno Victal:
Toggle quote (3 lines)
> Hi lfam,
>
> This is already included in #63721.
That's fine, because your patch does two things in one. I will rebase
your changes on top of Leo's and presumably push them on Sunday.

Cheers
L
L
Liliana Marie Prikler wrote on 4 Jun 2023 08:28
9a20388bd75b4f8af9f4c0a1f635ac0718c4b920.camel@gmail.com
Am Donnerstag, dem 01.06.2023 um 20:20 +0200 schrieb Liliana Marie
Prikler:
Toggle quote (7 lines)
> Am Mittwoch, dem 31.05.2023 um 08:23 +0100 schrieb Bruno Victal:
> > Hi lfam,
> >
> > This is already included in #63721.
> That's fine, because your patch does two things in one.  I will
> rebase your changes on top of Leo's and presumably push them on
> Sunday.
Hi folks, it's Sunday :)
Closed
?