me
/
guix
Archived
1
0
Fork 0

gnu: cmus: Update to 2.11.0.

* gnu/packages/music.scm (cmus): Update to 2.11.0.

Change-Id: I2b0895640e3db1997c3e78c4d7def3ba9a97697e
Signed-off-by: jgart <jgart@dismail.de>
master
Timotej Lazar 2024-05-18 12:29:03 +02:00 committed by jgart
parent 2851385ea6
commit 363b50f579
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 2 additions and 2 deletions

View File

@ -815,7 +815,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.10.0") (version "2.11.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -824,7 +824,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
"0csj59q2n7hz9zihq92kb4kzvb51rgzl65y6vd0chq6j3li1pb8x")))) "1k50z99v2yqshycx6mbk4g5bsaalg5dgzjv3xvwq14abwkw44hli"))))
(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