mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: guitarix: Update to 0.43.1.
* gnu/packages/audio.scm (guitarix): Update to 0.43.1.
This commit is contained in:
parent
5933ebedf5
commit
002442b220
1 changed files with 2 additions and 2 deletions
|
@ -1896,7 +1896,7 @@ (define-public freepats
|
|||
(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 @@ (define-public guitarix
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qsfbyrrpb3bbdyq68k28mjql7kglxh8nqcw9jvja28x6x9ik5a0"))))
|
||||
"1bsjlfd7x09p3iiljilyfbns6hpqn9cgp6psl4ccd6i1lwascfrm"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no "check" target
|
||||
|
|
Loading…
Reference in a new issue