all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 63130@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#63130] [PATCH v2] gnu: mympd: Update to 10.3.2.
Date: Tue,  9 May 2023 14:39:47 +0100	[thread overview]
Message-ID: <6173b5a47bd10f1c6e5773d31da93db1ccf49aa1.1683639582.git.mirai@makinata.eu> (raw)
In-Reply-To: <dbbbbe14dbb6e4649e53831a3e17cb01387bef75.1682625162.git.mirai@makinata.eu>

* 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





  parent reply	other threads:[~2023-05-09 13:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2023-05-19 14:33   ` bug#63130: [PATCH] gnu: mympd: Update to 10.3.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6173b5a47bd10f1c6e5773d31da93db1ccf49aa1.1683639582.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=63130@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.