guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: fluidsynth: Update to 2.1.1.


From: guix-commits
Subject: 05/09: gnu: fluidsynth: Update to 2.1.1.
Date: Tue, 25 Feb 2020 12:36:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit eab27d227750a218bd88d778a3f601291516c45f
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Feb 25 16:37:51 2020 +0100

    gnu: fluidsynth: Update to 2.1.1.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.1.1.
---
 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 5b8c610..ac486aa 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1193,7 +1193,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1202,7 +1202,7 @@ follower.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jhla1641rx77va4b6n4shn8srj87rpwvp170byj1bg8z8g89ji1"))))
+                "09jq04hrasidf6b5gkk4aba13fq55z3bmn7bq35rdaikz26xiij4"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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