From 55ac8abfc82cfc93b9c40b4b07daadca3a244ff1 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Fri, 20 Mar 2026 14:51:51 +0100 Subject: [PATCH] gnu: denemo: Update to 2.6.49. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/music.scm (denemo): Update to 2.6.49. [inputs]: Remove guile-3.0; add guile-3.0-latest. [arguments]: Update ’check #:phase. Fixes guix/guix#7343 Change-Id: I69d61bf07847283b3f61668a3af63a949d10fb65 --- gnu/packages/music.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 1cac72b22a..c334905d4d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -939,7 +939,7 @@ and get radio stream information.") (define-public denemo (package (name "denemo") - (version "2.6.44") + (version "2.6.49") (source (origin (method git-fetch) @@ -949,7 +949,7 @@ and get radio stream information.") (file-name (git-file-name name version)) (sha256 (base32 - "1vpaiw34f0h0z01r40ln00494l4dwmyc4cy00hz2xggp6pa4abqy")))) + "0xpkgyw2nmy4mbq2ilw58nn4cqc39gzni789gjvh5ax1w0c5lisd")))) (build-system gnu-build-system) (arguments (list @@ -978,7 +978,7 @@ and get radio stream information.") (search-input-file inputs "/bin/diff"))) ;; Denemo's documentation says to use this command to run its ;; test suite. - (invoke "make" "-C" "tests" "check")))) + (invoke "make" "-C" "tests" "unit")))) (add-before 'build 'set-lilypond ;; This phase sets the default path for lilypond to its current ;; location in the store. @@ -1007,7 +1007,7 @@ and get radio stream information.") glib gtk+ gtksourceview-3 - guile-3.0 + guile-3.0-latest (librsvg-for-system) libsndfile libxml2