diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-29 17:43:17 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-29 17:43:38 +0100 |
commit | 002442b2209b0953dd209e6219696a8758ceceb2 (patch) | |
tree | 153de7776289c04819c08aebfee66f0698154952 | |
parent | 5933ebedf5cb407d69e797bb2291587e1abdbdf5 (diff) | |
download | guix-002442b2209b0953dd209e6219696a8758ceceb2.tar.gz |
gnu: guitarix: Update to 0.43.1.
* gnu/packages/audio.scm (guitarix): Update to 0.43.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 665631a64b..6de64e7357 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1896,7 +1896,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") (define-public guitarix (package (name "guitarix") - (version "0.41.0") + (version "0.43.1") (source (origin (method url-fetch) (uri (string-append @@ -1904,7 +1904,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.") version ".tar.xz")) (sha256 (base32 - "0qsfbyrrpb3bbdyq68k28mjql7kglxh8nqcw9jvja28x6x9ik5a0")))) + "1bsjlfd7x09p3iiljilyfbns6hpqn9cgp6psl4ccd6i1lwascfrm")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no "check" target |