all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74069] [PATCH] gnu: mpd-mpc: Update to 0.35.
@ 2024-10-28 22:20 Ian Eure
  0 siblings, 0 replies; only message in thread
From: Ian Eure @ 2024-10-28 22:20 UTC (permalink / raw)
  To: 74069; +Cc: Ian Eure

* gnu/packages/mpd.scm (mpd-mpc): Update to 0.35.

Change-Id: I72237f9fd0e9a8549ba316ae2cb65ed60f4f02c7
---
 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 4e0edc2d5e..0726e541d7 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -227,7 +227,7 @@ (define-public mpd
 (define-public mpd-mpc
   (package
     (name "mpd-mpc")
-    (version "0.34")
+    (version "0.35")
     (source (origin
               (method url-fetch)
               (uri
@@ -236,7 +236,7 @@ (define-public mpd-mpc
                               "/mpc-" version ".tar.xz"))
               (sha256
                (base32
-                "086sdx88zvgbv4j9kw4qlrsw1n621d6j6403pcid045wahv3y7k9"))))
+                "1m3q71p3i8ca2ycmdzq7cshj5f4i0ijkh9138r9mnxm2pz1mja9q"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-28 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-28 22:20 [bug#74069] [PATCH] gnu: mpd-mpc: Update to 0.35 Ian Eure

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.