me
/
guix
Archived
1
0
Fork 0

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