GNU bug report logs - #66803
[PATCH] gnu: fluidsynth: Update to 2.3.4.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sun, 29 Oct 2023 03:58:02 UTC

Severity: normal

Tags: patch

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [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





This bug report was last modified 1 year and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.