diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 03:23:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:57 +0100 |
commit | 0b17d0fdb71d8b55374fa1c763a20e05701aa8fb (patch) | |
tree | 916d6a15d65a051c4a42d2a87611dc283fab0ce0 | |
parent | 2f20666a74de54ec02147ff9473d44f98da7f80c (diff) | |
download | guix-0b17d0fdb71d8b55374fa1c763a20e05701aa8fb.tar guix-0b17d0fdb71d8b55374fa1c763a20e05701aa8fb.tar.gz |
gnu: fluidsynth: Update to 2.1.0.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.0.
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 7f8ae09011..17ef35afe5 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 |