guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: fluidsynth: Update to 2.3.1.


From: guix-commits
Subject: 02/03: gnu: fluidsynth: Update to 2.3.1.
Date: Tue, 7 Feb 2023 08:47:29 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit e8eb6b8696d796740a7db4c24dad114cc13dc6bd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Feb 6 22:58:18 2023 -0500

    gnu: fluidsynth: Update to 2.3.1.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.3.1.
---
 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 c38689d59b..448096071d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1938,7 +1938,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.2.4")
+    (version "2.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1947,7 +1947,7 @@ follower.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1061rdj69503spkd8vmfl3fqvyg4l41k5xcc4gw7niy31hnpnjmn"))))
+                "05lr9f0q4x1kvgfa3xrfmagpwvijv9m1s316aa9figqlkcc5vv4k"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]