[PATCH] gnu: lilypond: Update to 2.24.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230302074218.15606-1-atai@atai.org
* gnu/packages/music.scm (lilypond): Update to 2.24.1
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index f4a570189b..b6bd8f164f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1386,7 +1386,7 @@ (define-public ninjas2
(define-public lilypond
(package
(name "lilypond")
- (version "2.24.0")
+ (version "2.24.1")
(source
(origin
(method url-fetch)
@@ -1394,7 +1394,7 @@ (define-public lilypond
"v" (version-major+minor version) "/"
"lilypond-" version ".tar.gz"))
(sha256
- (base32 "0scbyzbxqnzgibls62npg2i3sywnb146gw7jlvinj9dhj8xvxv9w"))))
+ (base32 "028m31fjcfgsq3f8ahz4hp2r36shsvkq1fjjibqdcp2aas3r1ifm"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ;out-test/collated-files.html fails

base-commit: ef7df2ca7bb212455f1d6bbef5bbf7b1ac5a189d
prerequisite-patch-id: 5c2c505e1fefe02b0b8fe068d673dcc8fcc8b246
prerequisite-patch-id: b3de9e1babefba1a1903b848f185b9f8bcb224f4
prerequisite-patch-id: d827e9c76e13bae69214ec1b674b0f6bfc4bfb34
prerequisite-patch-id: f2fc0529e4a54e1947db12df9ee6b2151b64a4b4
--
2.39.1
宋文武 wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 61909-done@debbugs.gnu.org)
87mt4q8lpe.fsf@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/music.scm (lilypond): Update to 2.24.1

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61909@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61909
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help