guix-commits
[Top][All Lists]
Advanced

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

58/285: gnu: fluidsynth: Update to 2.1.0.


From: guix-commits
Subject: 58/285: gnu: fluidsynth: Update to 2.1.0.
Date: Sun, 29 Dec 2019 20:44:00 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 10f0163d597494cef34d1f81a3c81f96b26d0062
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 03:23:22 2019 +0100

    gnu: fluidsynth: Update to 2.1.0.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 2.1.0.
---
 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 7f8ae09..17ef35a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1111,7 +1111,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "2.0.9")
+    (version "2.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1120,7 +1120,7 @@ follower.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08bhwv0gw7zq1z0b36m2dzxl6zcgvmvaa60nly2wif7rinkprp5n"))))
+                "0jhla1641rx77va4b6n4shn8srj87rpwvp170byj1bg8z8g89ji1"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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