gnu: sord: Update to 0.16.8.
* gnu/packages/rdf.scm (sord): Update to 0.16.8.
This commit is contained in:
parent
103b0ca3a7
commit
ca8ac129a4
1 changed files with 2 additions and 2 deletions
|
@ -302,14 +302,14 @@ ideal (e.g. in LV2 implementations or embedded applications).")
|
||||||
(define-public sord
|
(define-public sord
|
||||||
(package
|
(package
|
||||||
(name "sord")
|
(name "sord")
|
||||||
(version "0.16.6")
|
(version "0.16.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.drobilla.net/sord-"
|
(uri (string-append "https://download.drobilla.net/sord-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i4x49ckdi1d24kwp6rmnf2mz78sncdpq22xhv9kclq8frxg4yk6"))))
|
"052y7zllrg0bzyky2rmrrwnnf16p6bk7q40rq9mgm0mzm8p9sa3w"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
Reference in a new issue