guix-commits
[Top][All Lists]
Advanced

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

09/23: gnu: fluidsynth: Update to 2.0.3.


From: guix-commits
Subject: 09/23: gnu: fluidsynth: Update to 2.0.3.
Date: Sat, 12 Jan 2019 19:32:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 48d5818a0e9cf9ceec4e1b76ee4309e048e5f57e
Author: Marius Bakke <address@hidden>
Date:   Thu Jan 3 00:51:34 2019 +0100

    gnu: fluidsynth: Update to 2.0.3.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.0.3.
---
 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 d47dd90..fe78205 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1152,7 +1152,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1161,7 +1161,7 @@ follower.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "02vs5sfsyh1dl7wlcvgs4w3x0qcmsl7vi000qgp99ynwh3wjb274"))))
+                "00f6bhw4ddrinb5flvg5y53rcvnf4km23a6nbvnswmpq13568v78"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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