mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: lilypond: Update to 2.19.63.
* gnu/packages/music.scm (lilypond): Update to 2.19.63.
This commit is contained in:
parent
44436def9b
commit
b037ce949f
1 changed files with 2 additions and 2 deletions
|
@ -630,7 +630,7 @@ (define-public libgme
|
||||||
(define-public lilypond
|
(define-public lilypond
|
||||||
(package
|
(package
|
||||||
(name "lilypond")
|
(name "lilypond")
|
||||||
(version "2.19.58")
|
(version "2.19.63")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -639,7 +639,7 @@ (define-public lilypond
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wjapb3if6qqdmr57z20hidx7czhl023cjimr01i8yf7k41fakh7"))))
|
"0hwv7m1lzyhjiyxqhqfdrrrpx475jhiwckrnxbjbv3ynhyzkngw0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; out-test/collated-files.html fails
|
`(#:tests? #f ; out-test/collated-files.html fails
|
||||||
|
|
Loading…
Reference in a new issue