From e7771eb39da4f851ae9a4b7bc379146db304f411 Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 8 Mar 2026 23:35:52 -0400 Subject: [PATCH] gnu: lilypond: Downgrade to 2.24.4. * gnu/packages/music.scm (lilypond): Downgrade to 2.24.4. This package should track the stable release of LilyPond. Change-Id: I3a4ae814a719961039a8b7180e8dbd4d8ecc5012 --- gnu/packages/music.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index e2bf0cf24f..71dc72ca5b 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1450,10 +1450,11 @@ and auto-mapping slices to MIDI note numbers.") (home-page "https://github.com/clearly-broken-software/ninjas2") (license license:gpl3+))) +;; This package tracks the stable release of LilyPond. (define-public lilypond (package (name "lilypond") - (version "2.25.30") + (version "2.24.4") (source (origin (method url-fetch) @@ -1461,7 +1462,7 @@ and auto-mapping slices to MIDI note numbers.") "v" (version-major+minor version) "/" "lilypond-" version ".tar.gz")) (sha256 - (base32 "0q5id9v211i9zgjmwzmvi2qfvr3flh55kh476653r04a2br53962")))) + (base32 "073qa7m9xkghad4x37rxb9v45vp4vfmsylwnjzhj17y7f4ss0vz9")))) (build-system gnu-build-system) (arguments (list #:tests? #f ;out-test/collated-files.html fails