guix-devel
[Top][All Lists]
Advanced

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

[PATCH] Update lilypond to 2.19.50


From: Nicolas Goaziou
Subject: [PATCH] Update lilypond to 2.19.50
Date: Sun, 20 Nov 2016 09:54:26 +0100

Hello,

The following patch updates lilypond to 2.19.50.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738
>From 239fa264e7e3387ee34039684fff8747900773c3 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <address@hidden>
Date: Sun, 20 Nov 2016 09:52:52 +0100
Subject: [PATCH] gnu: lilypond: Update to 2.19.50

* gnu/packages/music.scm (lilypond): Update to 2.19.50.
---
 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..11dd00a 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.50")
     (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"))))
+                "1csf49bj3szr5n0nylgm347mg8f69lb5nzwi1mw2ql9rmjgx16hn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; out-test/collated-files.html fails
-- 
2.10.1


reply via email to

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