guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: lilypond: Update to 2.24.1


From: guix-commits
Subject: branch master updated: gnu: lilypond: Update to 2.24.1
Date: Mon, 06 Mar 2023 00:58:29 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0804732025 gnu: lilypond: Update to 2.24.1
0804732025 is described below

commit 08047320256fd6a587397882467c4959def54a72
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Mar 1 23:42:18 2023 -0800

    gnu: lilypond: Update to 2.24.1
    
    * gnu/packages/music.scm (lilypond): Update to 2.24.1
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 f4a570189b..b6bd8f164f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1386,7 +1386,7 @@ and auto-mapping slices to MIDI note numbers.")
 (define-public lilypond
   (package
     (name "lilypond")
-    (version "2.24.0")
+    (version "2.24.1")
     (source
      (origin
        (method url-fetch)
@@ -1394,7 +1394,7 @@ and auto-mapping slices to MIDI note numbers.")
                            "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]