gnu: serd: Update to 0.30.6.

* gnu/packages/rdf.scm (serd): Update to 0.30.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-02 00:15:40 +02:00
parent e1fefb810b
commit 33214fe4ca
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -268,17 +268,17 @@ (define-public redland
(define-public serd
(package
(name "serd")
(version "0.30.4")
(version "0.30.6")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/serd-"
version ".tar.bz2"))
(sha256
(base32
"168rn3m32c59qbar120f83ibcnnd987ij9p053kybgl7cmm6358c"))))
"1vrprliknw9s0mz99dk7qf8i8xx38dd173q6b60332wxcm6cg8pm"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
`(#:tests? #f ; no check target
#:phases
(modify-phases %standard-phases
(add-before