diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-08 22:48:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-12-08 22:48:13 +0100 |
commit | 5763243c4f5186e9da58ef79dc9c8b589e125d2d (patch) | |
tree | f7ce61494afb515a287912e9ec0d618708774d7f /gnu/packages | |
parent | b52bcb24c68777ad9fd6f9f2c006b691b3ca9089 (diff) | |
download | patches-5763243c4f5186e9da58ef79dc9c8b589e125d2d.tar patches-5763243c4f5186e9da58ef79dc9c8b589e125d2d.tar.gz |
gnu: qsynth: Update to 0.5.4.
* gnu/packages/audio.scm (qsynth): Update to 0.5.4.
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 66bc7e7f53..cb91de49cd 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2855,7 +2855,7 @@ interface.") (define-public qsynth (package (name "qsynth") - (version "0.5.3") + (version "0.5.4") (source (origin (method url-fetch) @@ -2863,7 +2863,7 @@ interface.") "/qsynth-" version ".tar.gz")) (sha256 (base32 - "1jghczmmva7cyavg1q0j8nr3hmjpzzglzi5ckg92ax4ji8gpks9c")))) + "0kpq5fxr96wnii18ax780w1ivq8ksk892ac0bprn92iz0asfysrd")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no "check" phase |