From be5617888e0c434c7595b8fd361c2015fbdba3f6 Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 8 Mar 2026 23:19:16 -0400 Subject: [PATCH] gnu: lilypond-next: Update to 2.25.35. * gnu/packages/music.scm (lilypond-next): Update to 2.25.35. Change-Id: I2646157d5cf37f9120c0184160f64a7b5c7f5665 --- 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 af9ff07522..e2bf0cf24f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1522,11 +1522,12 @@ Guile.") ;; more than an hour of silence, so double the max silent time. (properties `((max-silent-time . 7200))))) +;; This package tracks the unstable release of LilyPond. (define-public lilypond-next (package (inherit lilypond) (name "lilypond-next") - (version "2.25.30") + (version "2.25.35") (source (origin (method url-fetch) @@ -1534,7 +1535,7 @@ Guile.") "v" (version-major+minor version) "/" "lilypond-" version ".tar.gz")) (sha256 - (base32 "0q5id9v211i9zgjmwzmvi2qfvr3flh55kh476653r04a2br53962")))))) + (base32 "0q7az6jxnkpvbfa4d0fb1mqp2cvl6agkaiccfh7l7r8yvf6c8ydx")))))) (define-public emacs-lilypond-mode (package