guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: fluidsynth: Update to 1.1.11.


From: Tobias Geerinckx-Rice
Subject: 01/11: gnu: fluidsynth: Update to 1.1.11.
Date: Fri, 18 May 2018 23:31:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1d40a822b6a3e59970ee6d0b1bf28340b5fe87e6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri May 18 01:59:12 2018 +0200

    gnu: fluidsynth: Update to 1.1.11.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 1.1.11.
---
 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 d0eb419..8c5ea85 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1025,7 +1025,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "1.1.10")
+    (version "1.1.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1034,7 +1034,7 @@ follower.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "04jlgq1d1hd8r9cnmkl3lgf1fgm7kgy4hh9nfddap41fm1wp121p"))))
+                "0n75jq3xgq46hfmjkaaxz3gic77shs4fzajq40c8gk043i84xbdh"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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