3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: suil: Update to 0.8.4.

* gnu/packages/audio.scm (suil): Update to 0.8.4.
This commit is contained in:
Ricardo Wurmus 2017-04-10 18:39:29 +02:00
parent 7181981fd8
commit b1d3bb765f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2048,15 +2048,14 @@ the Turtle syntax.")
(define-public suil
(package
(name "suil")
(version "0.8.2")
(version "0.8.4")
(source (origin
(method url-fetch)
(uri (string-append "http://download.drobilla.net/suil-"
version
".tar.bz2"))
version ".tar.bz2"))
(sha256
(base32
"1s3adyiw7sa5gfvm5wasa61qa23629kprxyv6w8hbxdiwp0hhxkq"))))
"1kji3lhha26qr6xm9j8ic5c40zbrrb5qnwm2qxzmsfxgmrz29wkf"))))
(build-system waf-build-system)
(arguments `(#:tests? #f)) ; no check target
(inputs