me
/
guix
Archived
1
0
Fork 0

gnu: serd: Update to 0.26.0.

* gnu/packages/rdf.scm (serd): Update to 0.26.0.
master
Ricardo Wurmus 2017-04-10 18:39:12 +02:00
parent 3805092385
commit 7421467afb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -233,15 +233,14 @@ and triple stores.")
(define-public serd (define-public serd
(package (package
(name "serd") (name "serd")
(version "0.22.0") (version "0.26.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://download.drobilla.net/serd-" (uri (string-append "http://download.drobilla.net/serd-"
version version ".tar.bz2"))
".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1lmgca2s6r7ysakcld2lrj06bgn0pr45c51b47k3apxpnj3h40vv")))) "164j43am4hka2vbzw4n52zy7rafgp6kmkgbcbvap368az644mr73"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target