me
/
guix
Archived
1
0
Fork 0

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>
master
Nikolay Korotkiy 2022-08-19 09:56:54 +03:00 committed by Efraim Flashner
parent a52473e219
commit cc6c079230
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -565,7 +565,7 @@ It is a fork of Clementine aimed at music collectors and audiophiles.")
(define-public cmus (define-public cmus
(package (package
(name "cmus") (name "cmus")
(version "2.9.1") (version "2.10.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0zjkimni2fhv4yskrjrgj6b74f33rfj58zgd7khwrz4z8nf88j0w")))) "0csj59q2n7hz9zihq92kb4kzvb51rgzl65y6vd0chq6j3li1pb8x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; cmus does not include tests `(#:tests? #f ; cmus does not include tests