From 10da14c5ec4da71d9d512e9e96a5115631a7c793 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 23 Sep 2020 00:45:46 +0200 Subject: gnu: fluidsynth: Update to 2.1.5. * gnu/packages/audio.scm (fluidsynth): Update to 2.1.5. --- 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 45431be2b1..c6734a35f3 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1631,7 +1631,7 @@ follower.") (define-public fluidsynth (package (name "fluidsynth") - (version "2.1.4") + (version "2.1.5") (source (origin (method git-fetch) (uri (git-reference @@ -1640,7 +1640,7 @@ follower.") (file-name (git-file-name name version)) (sha256 (base32 - "1r3khwyw57ybg5m4x0rvdzq7hgw2484sd52k6bm19akbw8yicfna")))) + "0ccpq4p1h1g53ng3961g3lh590qnwvpzwdzpl6ai4j6iazq0bh73")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check target -- cgit v1.2.3