unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63130] [PATCH] gnu: mympd: Update to 10.3.1.
@ 2023-04-27 19:53 Bruno Victal
  2023-05-09 13:39 ` [bug#63130] [PATCH] gnu: mympd: Update to 10.3.2 Bruno Victal
  2023-05-09 13:39 ` [bug#63130] [PATCH v2] " Bruno Victal
  0 siblings, 2 replies; 4+ messages in thread
From: Bruno Victal @ 2023-04-27 19:53 UTC (permalink / raw)
  To: 63130; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mympd): Update to 10.3.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 1a556c0289..1e19546886 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.6")
+    (version "10.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -609,7 +609,7 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1adi1pdygj7wlfi6k3978b6ny2cziai4f761a61j9vxa2ywf7wbb"))))
+                "1a4gbsrqbm2m2v7yag1pc0zzbghbw89va0mszv5yj0pz795zw1r9"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target

base-commit: b8b3af93da5340eecab77fa7b12c7ce364bf11cf
-- 
2.39.2





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

* [bug#63130] [PATCH] gnu: mympd: Update to 10.3.2.
  2023-04-27 19:53 [bug#63130] [PATCH] gnu: mympd: Update to 10.3.1 Bruno Victal
@ 2023-05-09 13:39 ` Bruno Victal
  2023-05-09 13:39 ` [bug#63130] [PATCH v2] " Bruno Victal
  1 sibling, 0 replies; 4+ messages in thread
From: Bruno Victal @ 2023-05-09 13:39 UTC (permalink / raw)
  To: 63130; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mympd): Update to 10.3.2.
---
 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 1a556c0289..5005da4e87 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.6")
+    (version "10.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -609,7 +609,7 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1adi1pdygj7wlfi6k3978b6ny2cziai4f761a61j9vxa2ywf7wbb"))))
+                "04mpj0qikdg7nqp8rvwr83bx3544qy2ha0sjj4cnpjknka6p8xan"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target

base-commit: 649ce7b433171a47e8a2819b849bfa88c736d0e9
-- 
2.39.2





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

* [bug#63130] [PATCH v2] gnu: mympd: Update to 10.3.2.
  2023-04-27 19:53 [bug#63130] [PATCH] gnu: mympd: Update to 10.3.1 Bruno Victal
  2023-05-09 13:39 ` [bug#63130] [PATCH] gnu: mympd: Update to 10.3.2 Bruno Victal
@ 2023-05-09 13:39 ` Bruno Victal
  2023-05-19 14:33   ` bug#63130: [PATCH] gnu: mympd: Update to 10.3.1 Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Bruno Victal @ 2023-05-09 13:39 UTC (permalink / raw)
  To: 63130; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mympd): Update to 10.3.2.
---
 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 1a556c0289..5005da4e87 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.6")
+    (version "10.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -609,7 +609,7 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1adi1pdygj7wlfi6k3978b6ny2cziai4f761a61j9vxa2ywf7wbb"))))
+                "04mpj0qikdg7nqp8rvwr83bx3544qy2ha0sjj4cnpjknka6p8xan"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ; no test target

base-commit: 649ce7b433171a47e8a2819b849bfa88c736d0e9
-- 
2.39.2





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

* bug#63130: [PATCH] gnu: mympd: Update to 10.3.1.
  2023-05-09 13:39 ` [bug#63130] [PATCH v2] " Bruno Victal
@ 2023-05-19 14:33   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2023-05-19 14:33 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 63130-done

Bruno Victal <mirai@makinata.eu> skribis:

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

Applied, thanks!




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

end of thread, other threads:[~2023-05-19 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27 19:53 [bug#63130] [PATCH] gnu: mympd: Update to 10.3.1 Bruno Victal
2023-05-09 13:39 ` [bug#63130] [PATCH] gnu: mympd: Update to 10.3.2 Bruno Victal
2023-05-09 13:39 ` [bug#63130] [PATCH v2] " Bruno Victal
2023-05-19 14:33   ` bug#63130: [PATCH] gnu: mympd: Update to 10.3.1 Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).