summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-20 14:51:51 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-20 14:52:23 +0100
commit55ac8abfc82cfc93b9c40b4b07daadca3a244ff1 (patch)
treec2d751ec9fad7141622730c1999d7d671fca14aa
parent6f452bfdc7eea92f19ca5abef742ebc600c2cdeb (diff)
gnu: denemo: Update to 2.6.49.
* 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
-rw-r--r--gnu/packages/music.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1cac72b22ad..c334905d4d8 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