This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new be5617888e gnu: lilypond-next: Update to 2.25.35.
be5617888e is described below

commit be5617888e0c434c7595b8fd361c2015fbdba3f6
Author: jgart <[email protected]>
AuthorDate: Sun Mar 8 23:19:16 2026 -0400

    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

Reply via email to