mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
a5f3a6908a
commit
b82c8ceae1
1 changed files with 2 additions and 2 deletions
|
@ -1638,7 +1638,7 @@ (define-public ninjas2
|
|||
(define-public lilypond
|
||||
(package
|
||||
(name "lilypond")
|
||||
(version "2.24.3")
|
||||
(version "2.24.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1646,7 +1646,7 @@ (define-public lilypond
|
|||
"v" (version-major+minor version) "/"
|
||||
"lilypond-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gj4xjc9842wnqvqj08lkykpz2r72mqqw3x1fk6s9xbsxxv5y06z"))))
|
||||
(base32 "073qa7m9xkghad4x37rxb9v45vp4vfmsylwnjzhj17y7f4ss0vz9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;out-test/collated-files.html fails
|
||||
|
|
Loading…
Reference in a new issue