guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: fluidsynth: Update to 2.0.5.


From: guix-commits
Subject: 03/05: gnu: fluidsynth: Update to 2.0.5.
Date: Tue, 23 Apr 2019 13:45:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8949b640045a93da885c9502e22a911573db64f5
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 23 13:30:36 2019 +0200

    gnu: fluidsynth: Update to 2.0.5.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.0.5.
---
 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 cb0a3df..7a79f4d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1104,7 +1104,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.0.4")
+    (version "2.0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1113,7 +1113,7 @@ follower.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1v2vji02fbrjgypwb4fw2r90hnfwfbfh3d24j8vjwlbqxhxp16s0"))))
+                "0rv0apxbj0cgm8f8sqf5xr6kdi4q58ph92ip6cg716ha0ca5lr8y"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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