diff options
author | Philippe SWARTVAGHER <phil.swart@gmx.fr> | 2025-03-16 20:37:53 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-03-21 12:37:29 +0100 |
commit | 8e30f6951f6dff049c49f742632d89f6a565e7a1 (patch) | |
tree | 9cb12bdced055607e2ee2f789ad1cc0e61bd3d7b | |
parent | 72381149119e4541f16024fe5616aca022373525 (diff) | |
download | guix-8e30f6951f6dff049c49f742632d89f6a565e7a1.tar.gz guix-8e30f6951f6dff049c49f742632d89f6a565e7a1.zip |
gnu: cmus: Update to 2.12.0.
* gnu/packages/music.scm (cmus): Update to 2.12.0.
Change-Id: Id6452481e0310e8ebe3f7316e49e40f33ca7fe26
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 02f4b1d57b..75a739af74 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -829,7 +829,7 @@ It is a fork of Clementine aimed at music collectors and audiophiles.") (define-public cmus (package (name "cmus") - (version "2.11.0") + (version "2.12.0") (source (origin (method git-fetch) (uri (git-reference @@ -838,7 +838,7 @@ It is a fork of Clementine aimed at music collectors and audiophiles.") (file-name (git-file-name name version)) (sha256 (base32 - "1k50z99v2yqshycx6mbk4g5bsaalg5dgzjv3xvwq14abwkw44hli")))) + "17ljajx0098q8qx02krkc71nd502i24n0gf2kkg0r2v4ddn2467j")))) (build-system gnu-build-system) (arguments (list |