diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-01-05 21:29:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-01-05 22:30:52 +0100 |
commit | 23f45dd390b87096cc93891469bc11cd1470ff1a (patch) | |
tree | c2d6e5b5fbfc14744f3cb55cb15169c964e35604 /gnu | |
parent | 49e41cd34b8b118bdf154bb43af058c9b2f33caa (diff) | |
download | patches-23f45dd390b87096cc93891469bc11cd1470ff1a.tar patches-23f45dd390b87096cc93891469bc11cd1470ff1a.tar.gz |
gnu: fluidsynth: Update to 1.1.9.
* gnu/packages/audio.scm (fluidsynth): Update to 1.1.9.
Diffstat (limited to 'gnu')
-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 5f85540575..0e68485070 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1028,7 +1028,7 @@ follower.") (define-public fluidsynth (package (name "fluidsynth") - (version "1.1.8") + (version "1.1.9") (source (origin (method git-fetch) (uri (git-reference @@ -1037,7 +1037,7 @@ follower.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "12q7hv0zvgylsdj1ipssv5zr7ap2y410dxsd63dz22y05fa2hwwd")))) + "0krvmb1idnf95l2ydzfcb08ayyx3n4m71hf9fgwv3srzaikvpf3q")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check phase |