gnu: sratom: Update to 0.6.0.
* gnu/packages/audio.scm (sratom): Update to 0.6.0.
This commit is contained in:
parent
a1d419c7cc
commit
7181981fd8
|
@ -2022,15 +2022,14 @@ input/output.")
|
||||||
(define-public sratom
|
(define-public sratom
|
||||||
(package
|
(package
|
||||||
(name "sratom")
|
(name "sratom")
|
||||||
(version "0.4.6")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.drobilla.net/sratom-"
|
(uri (string-append "http://download.drobilla.net/sratom-"
|
||||||
version
|
version ".tar.bz2"))
|
||||||
".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"080jjiyxjnj7hf25844hd9rb01grvzz1rk8mxcdnakywmspbxfd4"))))
|
"0hrxd9i66s06bpn6i3s9ka95134g3sm8yscmif7qgdzhyjqw42j4"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no check target
|
(arguments `(#:tests? #f)) ; no check target
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue