[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66803] [PATCH] gnu: fluidsynth: Update to 2.3.4.
From: |
kiasoc5 |
Subject: |
[bug#66803] [PATCH] gnu: fluidsynth: Update to 2.3.4. |
Date: |
Sat, 28 Oct 2023 23:44:52 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#66803] [PATCH] gnu: fluidsynth: Update to 2.3.4.,
kiasoc5 <=