guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: fluidsynth: Update to 2.1.2.


From: guix-commits
Subject: 10/12: gnu: fluidsynth: Update to 2.1.2.
Date: Sat, 9 May 2020 08:43:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 89680cc7cec6452b39196ccd941c3617fa358d26
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 8 23:27:33 2020 +0200

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



reply via email to

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