mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: lilypond: Update to 2.25.30.
* gnu/packages/music.scm (lilypond): Update to 2.25.30. Change-Id: I16370367b3c501a6cc61549691a2eab2f14213a9
This commit is contained in:
parent
4531e9338a
commit
e7c3d37a69
1 changed files with 2 additions and 2 deletions
|
|
@ -1499,7 +1499,7 @@ and auto-mapping slices to MIDI note numbers.")
|
|||
(define-public lilypond
|
||||
(package
|
||||
(name "lilypond")
|
||||
(version "2.24.4")
|
||||
(version "2.25.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -1507,7 +1507,7 @@ and auto-mapping slices to MIDI note numbers.")
|
|||
"v" (version-major+minor version) "/"
|
||||
"lilypond-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "073qa7m9xkghad4x37rxb9v45vp4vfmsylwnjzhj17y7f4ss0vz9"))))
|
||||
(base32 "0q5id9v211i9zgjmwzmvi2qfvr3flh55kh476653r04a2br53962"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;out-test/collated-files.html fails
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue