mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: serd: Update to 0.30.4.
* gnu/packages/rdf.scm (serd): Update to 0.30.4.
This commit is contained in:
parent
eeec9973bc
commit
7e5c767705
1 changed files with 2 additions and 2 deletions
|
@ -267,14 +267,14 @@ (define-public redland
|
|||
(define-public serd
|
||||
(package
|
||||
(name "serd")
|
||||
(version "0.30.2")
|
||||
(version "0.30.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.drobilla.net/serd-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"00kjjgs5a8r72khgpya14scvl3n58wqwl5927y14z03j25q04ccx"))))
|
||||
"168rn3m32c59qbar120f83ibcnnd987ij9p053kybgl7cmm6358c"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue