gnu: guitarix: Update to 0.37.3.

* gnu/packages/audio.scm (guitarix): Update to 0.37.3.
[inputs]: Add curl.
master
Ricardo Wurmus 2018-09-10 23:57:41 +02:00
parent 029de52fe9
commit d54145c38a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -1231,7 +1231,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.")
(define-public guitarix
(package
(name "guitarix")
(version "0.37.1")
(version "0.37.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -1239,7 +1239,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.")
version ".tar.xz"))
(sha256
(base32
"064k0jzxqgx9gwf8za6jziansabzrwzjaim3qx1743ify5g3gaai"))))
"1wfm8wrwrnqpb4ihy75n7l9i6vml536jlq9pdx2pblbc4ba3paac"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no "check" target
@ -1252,6 +1252,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.")
(inputs
`(("libsndfile" ,libsndfile)
("boost" ,boost)
("curl" ,curl)
("avahi" ,avahi)
("eigen" ,eigen)
("lv2" ,lv2)