GNU bug report logs -
#66803
[PATCH] gnu: fluidsynth: Update to 2.3.4.
Previous Next
To reply to this bug, email your comments to 66803 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66803
; Package
guix-patches
.
(Sun, 29 Oct 2023 03:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
kiasoc5 <kiasoc5 <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 29 Oct 2023 03:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Would rebuild 488 packages and 953 dependent packages, should be added to a separate audio branch.
* gnu/packages/audio.scm (fluidsynth): Update to 2.3.4.
Change-Id: Id3a63aad9c52c00ae92edbe5b4a9725673993c88
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7c49ba1841..d24b157705 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2076,7 +2076,7 @@ (define-public g2reverb
(define-public fluidsynth
(package
(name "fluidsynth")
- (version "2.3.1")
+ (version "2.3.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2085,7 +2085,7 @@ (define-public fluidsynth
(file-name (git-file-name name version))
(sha256
(base32
- "05lr9f0q4x1kvgfa3xrfmagpwvijv9m1s316aa9figqlkcc5vv4k"))))
+ "0kncd5g4qi50abbk88bpzdy2l74bgcfj7ycqx0pqx5qvsaiyd8ny"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no check target
base-commit: ed4f93356b6601d7be1890675a62803921c0ca0e
--
2.39.2
This bug report was last modified 1 year and 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.