diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-19 10:42:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-19 10:48:14 +0200 |
commit | 951375bab30cee570334ac2a147da3dce7aaaeb7 (patch) | |
tree | ab135e2723b37815f97180f49d80a6b62a8fd5d7 | |
parent | b194da0d6833ee2767b5df34105d12e456c52368 (diff) | |
download | patches-951375bab30cee570334ac2a147da3dce7aaaeb7.tar patches-951375bab30cee570334ac2a147da3dce7aaaeb7.tar.gz |
gnu: guitarix: Update to 0.37.1.
* gnu/packages/audio.scm (guitarix): Update to 0.37.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 0664545e4a..ab16707ee5 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1220,7 +1220,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") (define-public guitarix (package (name "guitarix") - (version "0.36.1") + (version "0.37.1") (source (origin (method url-fetch) (uri (string-append @@ -1228,7 +1228,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") version ".tar.xz")) (sha256 (base32 - "1g5949jwh2n755xjs3kcbdb8a1wxr5mn0m115wdnk27dxcdn93b0")))) + "064k0jzxqgx9gwf8za6jziansabzrwzjaim3qx1743ify5g3gaai")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no "check" target |