gnu: lilypond: Update to 2.19.58.

* gnu/packages/music.scm (lilypond): Update to 2.19.58.
This commit is contained in:
Ricardo Wurmus 2017-04-02 12:00:50 +02:00
parent 95708ed8d6
commit 57f1b3b8e7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ interface. It is implemented as a frontend to @code{klick}.")
(define-public lilypond (define-public lilypond
(package (package
(name "lilypond") (name "lilypond")
(version "2.19.51") (version "2.19.58")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -594,7 +594,7 @@ interface. It is implemented as a frontend to @code{klick}.")
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1b4jvc0fixbnp8x457fzk5wgb4zd03npwwivp60kc27fmv63w5l1")))) "0wjapb3if6qqdmr57z20hidx7czhl023cjimr01i8yf7k41fakh7"))))
(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