diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 12:00:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 17:25:03 +0200 |
commit | 57f1b3b8e7387877de22fe6d1bbe5deb92cfd76e (patch) | |
tree | 5d0df00098d609b0ef0f16bc2da0980b4e661634 /gnu/packages | |
parent | 95708ed8d6de57cd2aa38408021190b4c8efd211 (diff) | |
download | guix-57f1b3b8e7387877de22fe6d1bbe5deb92cfd76e.tar guix-57f1b3b8e7387877de22fe6d1bbe5deb92cfd76e.tar.gz |
gnu: lilypond: Update to 2.19.58.
* gnu/packages/music.scm (lilypond): Update to 2.19.58.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 8538d3bb36..f690017d58 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -585,7 +585,7 @@ interface. It is implemented as a frontend to @code{klick}.") (define-public lilypond (package (name "lilypond") - (version "2.19.51") + (version "2.19.58") (source (origin (method url-fetch) (uri (string-append @@ -594,7 +594,7 @@ interface. It is implemented as a frontend to @code{klick}.") name "-" version ".tar.gz")) (sha256 (base32 - "1b4jvc0fixbnp8x457fzk5wgb4zd03npwwivp60kc27fmv63w5l1")))) + "0wjapb3if6qqdmr57z20hidx7czhl023cjimr01i8yf7k41fakh7")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; out-test/collated-files.html fails |