gnu: sratom: Update to 0.6.4.

* gnu/packages/audio.scm (sratom): Update to 0.6.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-12 03:30:29 +01:00
parent 3368917c26
commit 9dd6b8d132
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2386,16 +2386,16 @@ (define-public rtmidi
(define-public sratom (define-public sratom
(package (package
(name "sratom") (name "sratom")
(version "0.6.2") (version "0.6.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.drobilla.net/sratom-" (uri (string-append "https://download.drobilla.net/sratom-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0lz883ravxjf7r9wwbx2gx9m8vhyiavxrl9jdxfppjxnsralll8a")))) "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments `(#:tests? #f)) ; no check target (arguments `(#:tests? #f)) ; no check target
(inputs (inputs
`(("lv2" ,lv2) `(("lv2" ,lv2)
("serd" ,serd) ("serd" ,serd)