diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 18:29:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 18:30:42 +0200 |
commit | 41f6d18fb6ae7adebe72793c625ad4574991fa6d (patch) | |
tree | ad6b98f09c5328082a3964ee6ed495d4794a52c1 | |
parent | 63102406f22412bb922de5549deb89d3594a38c0 (diff) | |
download | patches-41f6d18fb6ae7adebe72793c625ad4574991fa6d.tar patches-41f6d18fb6ae7adebe72793c625ad4574991fa6d.tar.gz |
gnu: guitarix: Update to 0.35.3.
* gnu/packages/audio.scm (guitarix): Update to 0.35.3.
-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 2b11a32caf..12c772310f 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1062,7 +1062,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") (define-public guitarix (package (name "guitarix") - (version "0.35.2") + (version "0.35.3") (source (origin (method url-fetch) (uri (string-append @@ -1070,7 +1070,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") version ".tar.xz")) (sha256 (base32 - "1qj3adjhg511jygbjkl9k5v0gcjmg6ifc479rspfyf45m383pp3p")))) + "0pvw4ijkq6lcn45vrif9b4mqmgzi0qg1dp5b33kb5zan6n1aci4j")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no "check" target |