guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cmus: Update to 2.8.0.


From: guix-commits
Subject: 01/01: gnu: cmus: Update to 2.8.0.
Date: Tue, 25 Jun 2019 13:26:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 455e6a31d45ee238d771a2b9d0690840d9078e85
Author: Timotej Lazar <address@hidden>
Date:   Fri Jun 21 17:56:42 2019 +0200

    gnu: cmus: Update to 2.8.0.
    
    * gnu/packages/music.scm (cmus): Update to 2.8.0.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 5ab285d..ca9cbd3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2018 Björn Höfling <address@hidden>
 ;;; Copyright © 2019 Gabriel Hondet <address@hidden>
+;;; Copyright © 2019 Timotej Lazar <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -314,7 +315,7 @@ playing your music.")
 (define-public cmus
   (package
     (name "cmus")
-    (version "2.7.1")
+    (version "2.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -323,7 +324,7 @@ playing your music.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xd96py21bl869qlv1353zw7xsgq6v5s8szr0ldr63zj5fgc2ps5"))))
+                "1ydnvq13ay8b8mfmmgwi5qsgyf220yi1d01acbnxqn775dghmwar"))))
     (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]