guix-commits
[Top][All Lists]
Advanced

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

14/20: gnu: fluidsynth: Update to 2.0.6.


From: guix-commits
Subject: 14/20: gnu: fluidsynth: Update to 2.0.6.
Date: Wed, 21 Aug 2019 18:48:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f8719b155ea959a964228ea5107ee42f425cd8c3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 21 22:06:48 2019 +0200

    gnu: fluidsynth: Update to 2.0.6.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.0.6.
---
 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 d8b7095..44a4929 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1105,7 +1105,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.0.5")
+    (version "2.0.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1114,7 +1114,7 @@ follower.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rv0apxbj0cgm8f8sqf5xr6kdi4q58ph92ip6cg716ha0ca5lr8y"))))
+                "0nas9pp9r8rnziznxm65x2yzf1ryg98zr3946g0br3s38sjf8l3a"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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