guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: cmus: Update to 2.10.0.


From: guix-commits
Subject: branch master updated: gnu: cmus: Update to 2.10.0.
Date: Mon, 29 Aug 2022 09:33:45 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cc6c079230 gnu: cmus: Update to 2.10.0.
cc6c079230 is described below

commit cc6c079230c0d4a68a386174596af0890112f219
Author: Nikolay Korotkiy <sikmir@disroot.org>
AuthorDate: Fri Aug 19 09:56:54 2022 +0300

    gnu: cmus: Update to 2.10.0.
    
    * gnu/packages/music.scm (cmus): Update to 2.10.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 e1de632dda..5b6440455e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -565,7 +565,7 @@ It is a fork of Clementine aimed at music collectors and 
audiophiles.")
 (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 @@ It is a fork of Clementine aimed at music collectors and 
audiophiles.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0zjkimni2fhv4yskrjrgj6b74f33rfj58zgd7khwrz4z8nf88j0w"))))
+                "0csj59q2n7hz9zihq92kb4kzvb51rgzl65y6vd0chq6j3li1pb8x"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; cmus does not include tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]