GNU bug report logs - #54442
[PATCH] gnu: mpdscribble: Update to 0.24.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Fri, 18 Mar 2022 04:19:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Subject: bug#54442: closed (Re: bug#54442: [PATCH] gnu: mpdscribble:
 Update to 0.24.)
Date: Thu, 24 Mar 2022 17:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54442: [PATCH] gnu: mpdscribble: Update to 0.24.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54442 <at> debbugs.gnu.org.

-- 
54442: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54442
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 54442-done <at> debbugs.gnu.org
Subject: Re: bug#54442: [PATCH] gnu: mpdscribble: Update to 0.24.
Date: Thu, 24 Mar 2022 13:07:58 -0400
On Thu, Mar 24, 2022 at 12:24:03PM +0100, Ludovic Courtès wrote:
> Leo Famulari <leo <at> famulari.name> skribis:
> 
> > * gnu/packages/mpd.scm (mpdscribble): Update to 0.24.
> 
> Hi!  LGTM!  :-)

Thanks, Pushed as f76898be6ded531e459f106549886afbdc426a78

[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: mpdscribble: Update to 0.24.
Date: Fri, 18 Mar 2022 00:17:55 -0400
* gnu/packages/mpd.scm (mpdscribble): Update to 0.24.
---
 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 25c017e028..1ee6806735 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -267,14 +267,14 @@ (define-public ncmpcpp
 (define-public mpdscribble
   (package
     (name "mpdscribble")
-    (version "0.23")
+    (version "0.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.musicpd.org/download/mpdscribble/"
                                   version "/mpdscribble-" version ".tar.xz"))
               (sha256
                (base32
-                "0s66zqscb44p88cl3kcv5jkjcqsskcnrv7xgrjhzrchf2kcpwf53"))))
+                "1rx8n8pvx3a6n6z51pgy00p4rs93iqy95d3ha9q7xf5k92kwpd7n"))))
     (build-system meson-build-system)
     (inputs (list boost curl libgcrypt libmpdclient))
     (native-inputs (list pkg-config))
-- 
2.34.0




This bug report was last modified 3 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.