all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62104] [PATCH] gnu: mympd: Update to 10.2.5.
@ 2023-03-10 20:31 Bruno Victal
  2023-03-21  1:13 ` [bug#62104] [PATCH v2] gnu: mympd: Update to 10.2.6 Bruno Victal
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Victal @ 2023-03-10 20:31 UTC (permalink / raw)
  To: 62104; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mympd): Update to 10.2.5.
---
 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 6b7c78c71b..da2a62e0f2 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -600,7 +600,7 @@ (define-public mpdevil
 (define-public mympd
   (package
     (name "mympd")
-    (version "10.2.4")
+    (version "10.2.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -609,7 +609,7 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0544vx9x103394mz2x92ycfj5lh59xrzcvagi4q0jb9b1hh44s6p"))))
+                "1n5fv7ny5dnv8mpppg9phwbqa7aj33i7an93gihsh65xp6yqq4b7"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target
-- 
2.39.1





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

* [bug#62104] [PATCH v2] gnu: mympd: Update to 10.2.6.
  2023-03-10 20:31 [bug#62104] [PATCH] gnu: mympd: Update to 10.2.5 Bruno Victal
@ 2023-03-21  1:13 ` Bruno Victal
  2023-03-27 15:56   ` bug#62104: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Victal @ 2023-03-21  1:13 UTC (permalink / raw)
  To: 62104; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mympd): Update to 10.2.6.
---
 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 6b7c78c71b..ef45511546 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -600,7 +600,7 @@ (define-public mpdevil
 (define-public mympd
   (package
     (name "mympd")
-    (version "10.2.4")
+    (version "10.2.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -609,7 +609,7 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0544vx9x103394mz2x92ycfj5lh59xrzcvagi4q0jb9b1hh44s6p"))))
+                "1adi1pdygj7wlfi6k3978b6ny2cziai4f761a61j9vxa2ywf7wbb"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target
-- 
2.39.1





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

* bug#62104: [PATCH v2] gnu: mympd: Update to 10.2.6.
  2023-03-21  1:13 ` [bug#62104] [PATCH v2] gnu: mympd: Update to 10.2.6 Bruno Victal
@ 2023-03-27 15:56   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2023-03-27 15:56 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 62104-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]


Bruno Victal <mirai@makinata.eu> writes:

> * gnu/packages/mpd.scm (mympd): Update to 10.2.6.
> ---
>  gnu/packages/mpd.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Bruno, I've pushed this to the master branch as
80969b15dcbce447f409049731916146696ed53b.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-27 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 20:31 [bug#62104] [PATCH] gnu: mympd: Update to 10.2.5 Bruno Victal
2023-03-21  1:13 ` [bug#62104] [PATCH v2] gnu: mympd: Update to 10.2.6 Bruno Victal
2023-03-27 15:56   ` bug#62104: " Christopher Baines

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.