guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: lilypond: Update to 2.19.51.


From: Marius Bakke
Subject: 01/03: gnu: lilypond: Update to 2.19.51.
Date: Sun, 20 Nov 2016 17:02:52 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 43ffe220c87a8be28ec340e4a169d00f4b26905c
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Nov 20 15:52:36 2016 +0100

    gnu: lilypond: Update to 2.19.51.
    
    * gnu/packages/music.scm (lilypond): Update to 2.19.51.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/music.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 4ec6d6e..b32b084 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -504,7 +504,7 @@ interface.  It is implemented as a frontend to 
@code{klick}.")
 (define-public lilypond
   (package
     (name "lilypond")
-    (version "2.19.33")
+    (version "2.19.51")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -513,7 +513,7 @@ interface.  It is implemented as a frontend to 
@code{klick}.")
                     name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0s4vbbfy4xwq4da4kmlnndalmcyx2jaz7y8praah2146qbnr90xh"))))
+                "1b4jvc0fixbnp8x457fzk5wgb4zd03npwwivp60kc27fmv63w5l1"))))
     (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]