diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 00:45:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 04:36:57 +0200 |
commit | 10da14c5ec4da71d9d512e9e96a5115631a7c793 (patch) | |
tree | 97d380339ee349296d23ba44d6676e1987df66d9 /gnu/packages/audio.scm | |
parent | be1bdaa293813d600737d7849a02a81a5b46f489 (diff) | |
download | guix-10da14c5ec4da71d9d512e9e96a5115631a7c793.tar guix-10da14c5ec4da71d9d512e9e96a5115631a7c793.tar.gz |
gnu: fluidsynth: Update to 2.1.5.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.5.
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 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 |