guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: fluidsynth: Update to 2.1.4.


From: guix-commits
Subject: 05/16: gnu: fluidsynth: Update to 2.1.4.
Date: Fri, 24 Jul 2020 15:11:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7e482107e8b478d862615c72c3bc2a279dda5052
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 00:48:11 2020 +0200

    gnu: fluidsynth: Update to 2.1.4.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.1.4.
---
 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 20f9e1b..924fdd7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1326,7 +1326,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.1.3")
+    (version "2.1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1335,7 +1335,7 @@ follower.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dv6jprz2bzasvk91x2rv2pqyyvxkc72s4r6vsqw723a3kqa5bhc"))))
+                "1r3khwyw57ybg5m4x0rvdzq7hgw2484sd52k6bm19akbw8yicfna"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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