diff mbox series

[bug#63809] gnu: MPD: Update to 0.23.13.

Message ID c60747814360ae26729ed6522e4776458eecd2ad.1685503118.git.leo@famulari.name
State New
Headers show
Series [bug#63809] gnu: MPD: Update to 0.23.13. | expand

Commit Message

Leo Famulari May 31, 2023, 3:18 a.m. UTC
---
 gnu/packages/mpd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Bruno Victal May 31, 2023, 7:23 a.m. UTC | #1
Hi lfam,

This is already included in #63721.
Liliana Marie Prikler June 1, 2023, 6:20 p.m. UTC | #2
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.

Cheers
Liliana Marie Prikler June 4, 2023, 6:28 a.m. UTC | #3
Am Donnerstag, dem 01.06.2023 um 20:20 +0200 schrieb Liliana Marie
Prikler:
> 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 :)
diff mbox series

Patch

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