[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: lilypond: Update to 2.24.3.
From: |
guix-commits |
Subject: |
06/06: gnu: lilypond: Update to 2.24.3. |
Date: |
Sun, 17 Mar 2024 11:22:50 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0bc817b5b7312f5557ac37f5812a90e3328bfe3b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 16:11:30 2024 +0100
gnu: lilypond: Update to 2.24.3.
* gnu/packages/music.scm (lilypond): Update to 2.24.3.
Change-Id: I5af6092b25ae280832eab4fe50c3db10ab967d56
---
gnu/packages/music.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 61d5c805b4..02dcfaf676 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2017 nikita <nikita@n0.is>
;;; Copyright © 2017 Rodger Fox <thylakoid@openmailbox.org>
-;;; Copyright © 2017–2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2017–2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2017, 2018, 2019, 2021 Pierre Langlois
<pierre.langlois@gmx.com>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -1508,7 +1508,7 @@ and auto-mapping slices to MIDI note numbers.")
(define-public lilypond
(package
(name "lilypond")
- (version "2.24.1")
+ (version "2.24.3")
(source
(origin
(method url-fetch)
@@ -1516,7 +1516,7 @@ and auto-mapping slices to MIDI note numbers.")
"v" (version-major+minor version) "/"
"lilypond-" version ".tar.gz"))
(sha256
- (base32 "028m31fjcfgsq3f8ahz4hp2r36shsvkq1fjjibqdcp2aas3r1ifm"))))
+ (base32 "1gj4xjc9842wnqvqj08lkykpz2r72mqqw3x1fk6s9xbsxxv5y06z"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ;out-test/collated-files.html
fails
- branch master updated (5e7cefe0c3 -> 0bc817b5b7), guix-commits, 2024/03/17
- 03/06: gnu: giac: Update to 1.9.0-93., guix-commits, 2024/03/17
- 01/06: gnu: fet: Update to 6.18.1., guix-commits, 2024/03/17
- 02/06: gnu: wego: Update to 2.2., guix-commits, 2024/03/17
- 04/06: gnu: img2pdf: Update to 0.5.1., guix-commits, 2024/03/17
- 05/06: gnu: libraqm: Update to 0.10.1., guix-commits, 2024/03/17
- 06/06: gnu: lilypond: Update to 2.24.3.,
guix-commits <=