diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-07 21:28:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-07 21:33:00 +0200 |
commit | 93880e5786b28cd6f0f9e9f44338ae1971b8be77 (patch) | |
tree | bddbadd198a00dfcc22a38cbf7913a2fc92aa6f3 /gnu/packages/audio.scm | |
parent | 8a3bb34c5e9aa4bc2042da8541e6cb74de7066f7 (diff) | |
download | gnu-guix-93880e5786b28cd6f0f9e9f44338ae1971b8be77.tar gnu-guix-93880e5786b28cd6f0f9e9f44338ae1971b8be77.tar.gz |
gnu: guitarix: Update to 0.38.0.
* gnu/packages/audio.scm (guitarix): Update to 0.38.0.
Diffstat (limited to 'gnu/packages/audio.scm')
-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 de23d13891..5f034e7093 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1307,7 +1307,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") (define-public guitarix (package (name "guitarix") - (version "0.37.3") + (version "0.38.0") (source (origin (method url-fetch) (uri (string-append @@ -1315,7 +1315,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") version ".tar.xz")) (sha256 (base32 - "1wfm8wrwrnqpb4ihy75n7l9i6vml536jlq9pdx2pblbc4ba3paac")))) + "0nv5vm2q86lzsz42kl78jxm6w20al8r7qcnr5f057ria7f8fq2f7")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no "check" target |