unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73141] [PATCH] gnu: lilypond: Update to 2.24.4.
@ 2024-09-09 10:14 Adam Faiz via Guix-patches via
  2024-09-09 10:54 ` Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Faiz via Guix-patches via @ 2024-09-09 10:14 UTC (permalink / raw)
  To: 73141

From 5241fd04aeac13a0bb2554360316cc93c842f929 Mon Sep 17 00:00:00 2001
Message-ID: <5241fd04aeac13a0bb2554360316cc93c842f929.1725876173.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 9 Sep 2024 18:01:00 +0800
Subject: [PATCH] gnu: lilypond: Update to 2.24.4.

* gnu/packages/music.scm (lilypond): Update to 2.24.4.
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 100a41f87b..0713b05d7c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1635,7 +1635,7 @@ (define-public ninjas2
 (define-public lilypond
   (package
     (name "lilypond")
-    (version "2.24.3")
+    (version "2.24.4")
     (source
      (origin
        (method url-fetch)
@@ -1643,7 +1643,7 @@ (define-public lilypond
                            "v" (version-major+minor version) "/"
                            "lilypond-" version ".tar.gz"))
        (sha256
-        (base32 "1gj4xjc9842wnqvqj08lkykpz2r72mqqw3x1fk6s9xbsxxv5y06z"))))
+        (base32 "073qa7m9xkghad4x37rxb9v45vp4vfmsylwnjzhj17y7f4ss0vz9"))))
     (build-system gnu-build-system)
     (arguments
       (list #:tests? #f                      ;out-test/collated-files.html fails

base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-09 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 10:14 [bug#73141] [PATCH] gnu: lilypond: Update to 2.24.4 Adam Faiz via Guix-patches via
2024-09-09 10:54 ` Z572

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).