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

lfam pushed a commit to branch master
in repository guix.

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

commit e13687e82f2319447a33c55b72c470693c1abddb
Author: Xinglu Chen <[email protected]>
AuthorDate: Sat Sep 4 21:06:38 2021 +0200

    gnu: cmus: Update to 2.9.1.
    
    * gnu/packages/music.scm (cmus): Update to 2.9.1.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 478dfac..a8fe84e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2021 Justin Veilleux <[email protected]>
 ;;; Copyright © 2021 Felix Gruber <[email protected]>
 ;;; Copyright © 2021 Simon Streit <[email protected]>
+;;; Copyright © 2021 Xinglu Chen <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -553,7 +554,7 @@ It is a fork of Clementine aimed at music collectors and 
audiophiles.")
 (define-public cmus
   (package
     (name "cmus")
-    (version "2.8.0")
+    (version "2.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -562,7 +563,7 @@ It is a fork of Clementine aimed at music collectors and 
audiophiles.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ydnvq13ay8b8mfmmgwi5qsgyf220yi1d01acbnxqn775dghmwar"))))
+                "0zjkimni2fhv4yskrjrgj6b74f33rfj58zgd7khwrz4z8nf88j0w"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; cmus does not include tests

Reply via email to