diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 00:48:11 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-24 21:08:35 +0200 |
commit | 7e482107e8b478d862615c72c3bc2a279dda5052 (patch) | |
tree | 554dc2ed828aeb11814396ce3a0bf563059305ab | |
parent | 630b75f76a1a296ff3e513c05dcd2dbf8e53f15e (diff) | |
download | guix-7e482107e8b478d862615c72c3bc2a279dda5052.tar.gz |
gnu: fluidsynth: Update to 2.1.4.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.4.
-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 20f9e1bfba..924fdd7f63 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1326,7 +1326,7 @@ follower.") (define-public fluidsynth (package (name "fluidsynth") - (version "2.1.3") + (version "2.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -1335,7 +1335,7 @@ follower.") (file-name (git-file-name name version)) (sha256 (base32 - "0dv6jprz2bzasvk91x2rv2pqyyvxkc72s4r6vsqw723a3kqa5bhc")))) + "1r3khwyw57ybg5m4x0rvdzq7hgw2484sd52k6bm19akbw8yicfna")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check target |