gnu: lilypond: Update to 2.24.4.

* gnu/packages/music.scm (lilypond): Update to 2.24.4.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: Ifd65b83e38594cab33ff7d3d3147ee502929fdf3
This commit is contained in:
Adam Faiz via Guix-patches via 2024-09-09 18:14:45 +08:00 committed by Zheng Junjie
parent a5f3a6908a
commit b82c8ceae1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1638,7 +1638,7 @@ and auto-mapping slices to MIDI note numbers.")
(define-public lilypond (define-public lilypond
(package (package
(name "lilypond") (name "lilypond")
(version "2.24.3") (version "2.24.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1646,7 +1646,7 @@ and auto-mapping slices to MIDI note numbers.")
"v" (version-major+minor version) "/" "v" (version-major+minor version) "/"
"lilypond-" version ".tar.gz")) "lilypond-" version ".tar.gz"))
(sha256 (sha256
(base32 "1gj4xjc9842wnqvqj08lkykpz2r72mqqw3x1fk6s9xbsxxv5y06z")))) (base32 "073qa7m9xkghad4x37rxb9v45vp4vfmsylwnjzhj17y7f4ss0vz9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:tests? #f ;out-test/collated-files.html fails (list #:tests? #f ;out-test/collated-files.html fails