guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: fluidsynth: Update to 2.0.4.


From: guix-commits
Subject: 05/05: gnu: fluidsynth: Update to 2.0.4.
Date: Sat, 23 Feb 2019 12:39:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0964671086fb9e372894e788038aee75098e61a6
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 23 18:32:57 2019 +0100

    gnu: fluidsynth: Update to 2.0.4.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.0.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 ae0ddde..4dbd6ba 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1155,7 +1155,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.0.3")
+    (version "2.0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1164,7 +1164,7 @@ follower.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "00f6bhw4ddrinb5flvg5y53rcvnf4km23a6nbvnswmpq13568v78"))))
+                "1v2vji02fbrjgypwb4fw2r90hnfwfbfh3d24j8vjwlbqxhxp16s0"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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