unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66803] [PATCH] gnu: fluidsynth: Update to 2.3.4.
@ 2023-10-29  3:44 kiasoc5 via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: kiasoc5 via Guix-patches via @ 2023-10-29  3:44 UTC (permalink / raw)
  To: 66803; +Cc: kiasoc5

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-29  3:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-29  3:44 [bug#66803] [PATCH] gnu: fluidsynth: Update to 2.3.4 kiasoc5 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).