ngz pushed a commit to branch master
in repository guix.

commit 0bc817b5b7312f5557ac37f5812a90e3328bfe3b
Author: Nicolas Goaziou <[email protected]>
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 <[email protected]>
 ;;; Copyright © 2017 nikita <[email protected]>
 ;;; Copyright © 2017 Rodger Fox <[email protected]>
-;;; Copyright © 2017–2023 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2017–2024 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2017, 2018, 2019, 2021 Pierre Langlois 
<[email protected]>
 ;;; Copyright © 2017 Arun Isaac <[email protected]>
 ;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <[email protected]>
@@ -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

Reply via email to