all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 60357@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#60357] [PATCH v2 2/2] gnu: mpd: Update to 0.23.12.
Date: Mon, 23 Jan 2023 20:04:26 +0000	[thread overview]
Message-ID: <31bd6ed4b16a4d3c5606f6a14da77ef642d21cf3.1674504266.git.mirai@makinata.eu> (raw)
In-Reply-To: <8fe214abd2d169cda635b86051b1032904da48c5.1674504266.git.mirai@makinata.eu>

* gnu/packages/mpd.scm (mpd): Update to 0.23.12.
---
 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 fc52f377a8..0526fd42d6 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -118,7 +118,7 @@ (define-public libmpdclient
 (define-public mpd
   (package
     (name "mpd")
-    (version "0.23.11")
+    (version "0.23.12")
     (source (origin
               (method url-fetch)
               (uri
@@ -127,7 +127,7 @@ (define-public mpd
                               "/mpd-" version ".tar.xz"))
               (sha256
                (base32
-                "1afwvw2670yz3kxzlqjlg9r8ra8fjihj97hgc6skiwnzz6lfgd7d"))))
+                "1rq2hyfvwwri3sivab747csza2i096y7m8563rl5mhpchhiadz5p"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.38.1





  reply	other threads:[~2023-01-23 20:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-27 16:10 [bug#60357] [PATCH] gnu: mpd: Add missing inputs mirai
2023-01-17  3:00 ` Bruno Victal
2023-01-23 20:04 ` [bug#60357] [PATCH v2 1/2] " Bruno Victal
2023-01-23 20:04   ` Bruno Victal [this message]
2023-02-05 16:59     ` [bug#60357] [PATCH v2 2/2] gnu: mpd: Update to 0.23.12 Leo Famulari
2023-02-06 17:35 ` bug#60357: (no subject) Bruno Victal

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=31bd6ed4b16a4d3c5606f6a14da77ef642d21cf3.1674504266.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=60357@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.