guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Update lilypond to 2.19.50


From: Nicolas Goaziou
Subject: Re: [PATCH] Update lilypond to 2.19.50
Date: Sun, 20 Nov 2016 15:53:38 +0100

Hello,

Marius Bakke <address@hidden> writes:

> Thanks for this! It seems they released 2.19.51 today, can you send a
> patch for that instead? :-)

Here it is.

> Perhaps we should switch to the stable branch when 2.20.x is out.

Fine by me.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738
>From 75932bedeaa03ef2ce66b9a69e2061abef1fc6cc Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <address@hidden>
Date: Sun, 20 Nov 2016 15:52:36 +0100
Subject: [PATCH] gnu: lilypond: Update to 2.19.51.

* gnu/packages/music.scm (lilypond): Update to 2.19.51.
---
 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
-- 
2.10.1


reply via email to

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