diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 06:19:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 06:46:21 +0200 |
commit | ed67c4998cb9217dac0bf49df47d6f9c4c72e736 (patch) | |
tree | 90a3a950f8fca8d7c8fae5e3b368af853625e41f /gnu/packages | |
parent | f6c454940a52c775693704e3e9768434a46273f5 (diff) | |
download | guix-ed67c4998cb9217dac0bf49df47d6f9c4c72e736.tar.gz guix-ed67c4998cb9217dac0bf49df47d6f9c4c72e736.zip |
gnu: fluidsynth: Update to 2.1.3.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.3.
Diffstat (limited to 'gnu/packages')
-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 893c56514c..358eddb22e 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1242,7 +1242,7 @@ follower.") (define-public fluidsynth (package (name "fluidsynth") - (version "2.1.2") + (version "2.1.3") (source (origin (method git-fetch) (uri (git-reference @@ -1251,7 +1251,7 @@ follower.") (file-name (git-file-name name version)) (sha256 (base32 - "0pf8hjn15isf772nz8qcqja700aay8nhdwmr24djkj42c7chf96j")))) + "0dv6jprz2bzasvk91x2rv2pqyyvxkc72s4r6vsqw723a3kqa5bhc")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check target |