diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-03 17:24:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-03 18:31:48 +0100 |
commit | 952837c824c51657dad576b74b59295dda74ec4a (patch) | |
tree | 2b2406151674143c779e3435ec72ef102d8879ef | |
parent | 75bbc3c2e2403da47bd41eb40c1f6f65101e225c (diff) | |
download | guix-952837c824c51657dad576b74b59295dda74ec4a.tar guix-952837c824c51657dad576b74b59295dda74ec4a.tar.gz |
gnu: guitarix: Update to 0.36.1.
* gnu/packages/audio.scm (guitarix): Update to 0.36.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 78ea3613ae..28575142c5 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1214,7 +1214,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") (define-public guitarix (package (name "guitarix") - (version "0.36.0") + (version "0.36.1") (source (origin (method url-fetch) (uri (string-append @@ -1222,7 +1222,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") version ".tar.xz")) (sha256 (base32 - "0nb0gwcmvc9xjh9pjasjbaqgpadanv4rw1njccpcmmin9xvicsqn")))) + "1g5949jwh2n755xjs3kcbdb8a1wxr5mn0m115wdnk27dxcdn93b0")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no "check" target |