guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: fluidsynth: Update to 2.0.7.


From: guix-commits
Subject: 06/07: gnu: fluidsynth: Update to 2.0.7.
Date: Thu, 10 Oct 2019 14:16:09 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ef42bc3e56b159b36207303dd5b54b6c52574c40
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 10 17:07:11 2019 +0200

    gnu: fluidsynth: Update to 2.0.7.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.0.7.
---
 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 49ec474..58547a2 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1109,7 +1109,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.0.6")
+    (version "2.0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1118,7 +1118,7 @@ follower.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0nas9pp9r8rnziznxm65x2yzf1ryg98zr3946g0br3s38sjf8l3a"))))
+                "1h1dj3wmjwzny2hgr41k3p67w4kxvzn365kkqwyfd6yk0v3rahic"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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