all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66950] [PATCH] gnu: mpd: Update to 0.23.14.
@ 2023-11-05 13:09 Bruno Victal
  2023-11-23 10:37 ` bug#66950: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-11-05 13:09 UTC (permalink / raw)
  To: 66950; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mpd): Update to 0.23.14.

Change-Id: Iccfbf2c7028cd53b52005366d8bcf1592798e155
---
 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 0e762144a1..b01d1934a2 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -116,7 +116,7 @@ (define-public libmpdclient
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.23.13")
+    (version "0.23.14")
     (source (origin
               (method url-fetch)
               (uri
@@ -125,7 +125,7 @@ (define-public mpd
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "06fmy68lfrsi5y03l53dnwcynqhwh5f5vhdpbsr8lzmvzgk02sx9"))))
+                "1lh9nn4a7ng6i08df7rbs8c4nbgmz883pss9p2gswa6m4rsadfc5"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: 175532b749df65519d10699d49cc8b65b14a1f96
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66950: [PATCH] gnu: mpd: Update to 0.23.14.
  2023-11-05 13:09 [bug#66950] [PATCH] gnu: mpd: Update to 0.23.14 Bruno Victal
@ 2023-11-23 10:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-11-23 10:37 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 66950-done

Bruno Victal <mirai@makinata.eu> skribis:

> * gnu/packages/mpd.scm (mpd): Update to 0.23.14.
>
> Change-Id: Iccfbf2c7028cd53b52005366d8bcf1592798e155

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-23 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-05 13:09 [bug#66950] [PATCH] gnu: mpd: Update to 0.23.14 Bruno Victal
2023-11-23 10:37 ` bug#66950: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.