GNU bug report logs - #57295
[PATCH] gnu: cmus: Update to 2.10.0.

Previous Next

Package: guix-patches;

Reported by: Nikolay Korotkiy <sikmir <at> disroot.org>

Date: Fri, 19 Aug 2022 06:58:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Nikolay Korotkiy <sikmir <at> disroot.org>
Subject: bug#57295: closed (Re: [bug#57295] [PATCH] gnu: cmus: Update to
 2.10.0.)
Date: Mon, 29 Aug 2022 13:36:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57295: [PATCH] gnu: cmus: Update to 2.10.0.

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 57295 <at> debbugs.gnu.org.

-- 
57295: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57295
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Nikolay Korotkiy <sikmir <at> disroot.org>
Cc: 57295-done <at> debbugs.gnu.org
Subject: Re: [bug#57295] [PATCH] gnu: cmus: Update to 2.10.0.
Date: Mon, 29 Aug 2022 16:35:08 +0300
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Nikolay Korotkiy <sikmir <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Nikolay Korotkiy <sikmir <at> disroot.org>
Subject: [PATCH] gnu: cmus: Update to 2.10.0.
Date: Fri, 19 Aug 2022 09:56:54 +0300
* gnu/packages/music.scm (cmus): Update to 2.10.0.
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8f383358d8..37fc4ad861 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -565,7 +565,7 @@ (define-public strawberry
 (define-public cmus
   (package
     (name "cmus")
-    (version "2.9.1")
+    (version "2.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -574,7 +574,7 @@ (define-public cmus
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0zjkimni2fhv4yskrjrgj6b74f33rfj58zgd7khwrz4z8nf88j0w"))))
+                "0csj59q2n7hz9zihq92kb4kzvb51rgzl65y6vd0chq6j3li1pb8x"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; cmus does not include tests
-- 
2.37.1




This bug report was last modified 2 years and 271 days ago.

Previous Next


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