diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-10-01 22:31:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-10-01 22:31:10 +0200 |
commit | 09a86196e90d19744a23eab7a1ca27b511bbbbc2 (patch) | |
tree | c888f6a5b7675052dce6c5d550d491bf7b05ce60 | |
parent | 89fa2219a76a30bebaf38b76a060b1e9599ee25b (diff) |
gnu: guitarix: Update to 0.35.1.
* gnu/packages/audio.scm (guitarix): Update to 0.35.1.
-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 ed1a8f62d7..3d889ee4d0 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -877,7 +877,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") (define-public guitarix (package (name "guitarix") - (version "0.35.0") + (version "0.35.1") (source (origin (method url-fetch) (uri (string-append @@ -885,7 +885,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") version ".tar.xz")) (sha256 (base32 - "10hijqrrl8xil46kgsac10ysfxysisxlibm2rz133zyig5n63jdw")))) + "066qva1zk63qw60s0vbi9g9jh22ljw67p91pk82kv11gw24h3vg6")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no "check" target |