summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2019-06-21 17:56:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-06-25 20:26:37 +0300
commit455e6a31d45ee238d771a2b9d0690840d9078e85 (patch)
treef54c64cbe3d4ff425ba1e90e50816432314ff88f
parent535fc98797338b1bacd21d30a0ab9aa88f924ebd (diff)
downloadguix-patches-455e6a31d45ee238d771a2b9d0690840d9078e85.tar
guix-patches-455e6a31d45ee238d771a2b9d0690840d9078e85.tar.gz
gnu: cmus: Update to 2.8.0.
* gnu/packages/music.scm (cmus): Update to 2.8.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/music.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5ab285db64..ca9cbd3343 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -20,6 +20,7 @@
;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
+;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
;;;
;;; 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