all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66642] [PATCH] gnu: mympd: Update to 12.1.1.
@ 2023-10-19 15:43 Bruno Victal
  2023-10-25  8:34 ` bug#66642: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-10-19 15:43 UTC (permalink / raw)
  To: 66642; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mympd): Update to 12.1.1.
---
 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 0fa24896fa..284207bf1f 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -622,7 +622,7 @@ (define-public mpdevil
 (define-public mympd
   (package
     (name "mympd")
-    (version "12.1.0")
+    (version "12.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -631,7 +631,7 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vmnfwkajgm1dmm34z0zk74j5wzlwcwk45aalfzc5pqlkcy6c4z5"))))
+                "1bal31xmdmq46bi0qmia07sqcwy695vcz5y5hxwkz71rcfywbsf9"))))
     (build-system cmake-build-system)
     (arguments
      (list

base-commit: c065da01ff956d3c2bdfc45a33d910e509a211d9
-- 
2.41.0





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

* bug#66642: [PATCH] gnu: mympd: Update to 12.1.1.
  2023-10-19 15:43 [bug#66642] [PATCH] gnu: mympd: Update to 12.1.1 Bruno Victal
@ 2023-10-25  8:34 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-10-25  8:34 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 66642-done


> * gnu/packages/mpd.scm (mympd): Update to 12.1.1.

Applied, thanks!

Mathieu




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

end of thread, other threads:[~2023-10-25  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 15:43 [bug#66642] [PATCH] gnu: mympd: Update to 12.1.1 Bruno Victal
2023-10-25  8:34 ` bug#66642: " Mathieu Othacehe

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.