diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-28 23:10:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-28 23:10:46 +0100 |
commit | 5c4772d7be030cec97df8e6545465cbcc033f5ac (patch) | |
tree | abaed404a1b081ee950b696ac5f678b78a326b6d /gnu/packages/audio.scm | |
parent | 3b97a00d82a203427be96b3592b08b064e869131 (diff) | |
download | guix-5c4772d7be030cec97df8e6545465cbcc033f5ac.tar.gz |
gnu: fluidsynth: Update to 2.0.8.
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.8.
Diffstat (limited to 'gnu/packages/audio.scm')
-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 110903e2fe..88b5696a9b 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1107,7 +1107,7 @@ follower.") (define-public fluidsynth (package (name "fluidsynth") - (version "2.0.7") + (version "2.0.8") (source (origin (method git-fetch) (uri (git-reference @@ -1116,7 +1116,7 @@ follower.") (file-name (git-file-name name version)) (sha256 (base32 - "1h1dj3wmjwzny2hgr41k3p67w4kxvzn365kkqwyfd6yk0v3rahic")))) + "1s32c0jxjica2agy0mp36vgvpgj2vl5i5zvacd6igmbam0x4gs7c")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check target |