* [PATCH] Update lilypond to 2.19.50
@ 2016-11-20 8:54 Nicolas Goaziou
2016-11-20 14:16 ` Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2016-11-20 8:54 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 146 bytes --]
Hello,
The following patch updates lilypond to 2.19.50.
Regards,
--
Nicolas Goaziou 0x80A93738
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-lilypond-Update-to-2.19.50.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]
From 239fa264e7e3387ee34039684fff8747900773c3 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Update lilypond to 2.19.50
2016-11-20 8:54 [PATCH] Update lilypond to 2.19.50 Nicolas Goaziou
@ 2016-11-20 14:16 ` Marius Bakke
2016-11-20 14:53 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2016-11-20 14:16 UTC (permalink / raw)
To: Nicolas Goaziou, guix-devel
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> The following patch updates lilypond to 2.19.50.
Thanks for this! It seems they released 2.19.51 today, can you send a
patch for that instead? :-)
Perhaps we should switch to the stable branch when 2.20.x is out.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Update lilypond to 2.19.50
2016-11-20 14:16 ` Marius Bakke
@ 2016-11-20 14:53 ` Nicolas Goaziou
2016-11-20 17:03 ` Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2016-11-20 14:53 UTC (permalink / raw)
To: Marius Bakke; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
Hello,
Marius Bakke <mbakke@fastmail.com> 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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-lilypond-Update-to-2.19.51.patch --]
[-- Type: text/x-diff, Size: 1237 bytes --]
From 75932bedeaa03ef2ce66b9a69e2061abef1fc6cc Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-20 17:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-20 8:54 [PATCH] Update lilypond to 2.19.50 Nicolas Goaziou
2016-11-20 14:16 ` Marius Bakke
2016-11-20 14:53 ` Nicolas Goaziou
2016-11-20 17:03 ` Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).