guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: fluidsynth: Update to 1.1.9.


From: Ricardo Wurmus
Subject: 04/05: gnu: fluidsynth: Update to 1.1.9.
Date: Fri, 5 Jan 2018 16:31:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 23f45dd390b87096cc93891469bc11cd1470ff1a
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 5 21:29:28 2018 +0100

    gnu: fluidsynth: Update to 1.1.9.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 1.1.9.
---
 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 5f85540..0e68485 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1028,7 +1028,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "1.1.8")
+    (version "1.1.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1037,7 +1037,7 @@ follower.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "12q7hv0zvgylsdj1ipssv5zr7ap2y410dxsd63dz22y05fa2hwwd"))))
+                "0krvmb1idnf95l2ydzfcb08ayyx3n4m71hf9fgwv3srzaikvpf3q"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f  ; no check phase



reply via email to

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