gnu: lilypond: Update to 2.19.80.
* gnu/packages/music.scm (lilypond): Update to 2.19.80.
This commit is contained in:
parent
3faa422d5f
commit
85f075a057
|
@ -809,7 +809,7 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
|
|||
(define-public lilypond
|
||||
(package
|
||||
(name "lilypond")
|
||||
(version "2.19.63")
|
||||
(version "2.19.80")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -818,7 +818,7 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hwv7m1lzyhjiyxqhqfdrrrpx475jhiwckrnxbjbv3ynhyzkngw0"))))
|
||||
"0lql4q946gna2pl1g409mmmsvn2qvnq2z5cihrkfhk7plcqdny9n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; out-test/collated-files.html fails
|
||||
|
|
Loading…
Reference in New Issue