gnu: sratom: Update to 0.6.6.
* gnu/packages/audio.scm (sratom): Update to 0.6.6.
This commit is contained in:
parent
7405da9269
commit
dfea2492af
@ -3015,14 +3015,14 @@ input/output.")
|
|||||||
(define-public sratom
|
(define-public sratom
|
||||||
(package
|
(package
|
||||||
(name "sratom")
|
(name "sratom")
|
||||||
(version "0.6.4")
|
(version "0.6.6")
|
||||||
(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
|
||||||
"0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l"))))
|
"178v90qvsp6lw4sqdmdz0bzyjkgwhv9m75ph1d1z8say5bv0p4gv"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments `(#:tests? #f)) ;no check target
|
(arguments `(#:tests? #f)) ;no check target
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user