diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-23 13:30:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-23 19:39:03 +0200 |
commit | 8949b640045a93da885c9502e22a911573db64f5 (patch) | |
tree | 4ae42ce4bd20b520fa1d4f266abf87d4b7cc1e76 | |
parent | a18581a02da0b5ca1c99f2114129513cdf5fa05d (diff) |
gnu: fluidsynth: Update to 2.0.5.
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.5.
-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 cb0a3df3b5..7a79f4dcab 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1104,7 +1104,7 @@ follower.") (define-public fluidsynth (package (name "fluidsynth") - (version "2.0.4") + (version "2.0.5") (source (origin (method git-fetch) (uri (git-reference @@ -1113,7 +1113,7 @@ follower.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "1v2vji02fbrjgypwb4fw2r90hnfwfbfh3d24j8vjwlbqxhxp16s0")))) + "0rv0apxbj0cgm8f8sqf5xr6kdi4q58ph92ip6cg716ha0ca5lr8y")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check target |