guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/16: gnu: lilypond: Update to 2.19.33.


From: Ricardo Wurmus
Subject: 16/16: gnu: lilypond: Update to 2.19.33.
Date: Thu, 24 Dec 2015 09:11:18 +0000

rekado pushed a commit to branch master
in repository guix.

commit 398abcf81a9cede6d073bde01a1cfe9171e06167
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 24 09:56:21 2015 +0100

    gnu: lilypond: Update to 2.19.33.
    
    * gnu/packages/music.scm (lilypond): Update to 2.19.33.
---
 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 8ae9bc0..7d243f5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -254,7 +254,7 @@ you to define complex tempo maps for entire songs or 
performances.")
 (define-public lilypond
   (package
     (name "lilypond")
-    (version "2.19.27")
+    (version "2.19.33")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -263,7 +263,7 @@ you to define complex tempo maps for entire songs or 
performances.")
                     name "-" version ".tar.gz"))
               (sha256
                (base32
-                "11v4jr4qj1jpqvjw1ww7riv8pxfyasif8mf16l447f1xq1ifhkhs"))))
+                "0s4vbbfy4xwq4da4kmlnndalmcyx2jaz7y8praah2146qbnr90xh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; out-test/collated-files.html fails



reply via email to

[Prev in Thread] Current Thread [Next in Thread]