mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: sratom: Update to 0.6.4.
* gnu/packages/audio.scm (sratom): Update to 0.6.4.
This commit is contained in:
parent
3368917c26
commit
9dd6b8d132
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue