gnu: serd: Update to 0.32.0.
* gnu/packages/rdf.scm (serd): Update to 0.32.0. Change-Id: I6701d78572c14adcfe340eac8409afd975e847bbmaster
parent
4fe70e39ea
commit
02ae792775
|
@ -280,14 +280,14 @@ and triple stores.")
|
||||||
(define-public serd
|
(define-public serd
|
||||||
(package
|
(package
|
||||||
(name "serd")
|
(name "serd")
|
||||||
(version "0.30.16")
|
(version "0.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.drobilla.net/serd-"
|
(uri (string-append "https://download.drobilla.net/serd-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ilimkczibiwwvc12i14b8zi6ng42hjf9j907g8dik8rlmnlh3zm"))))
|
"18cwj8xxsaq6iw45kcljbhrral0cqvav80p4mdv2l7g0d2a6ks6i"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list python-minimal))
|
(native-inputs (list python-minimal))
|
||||||
(home-page "https://drobilla.net/software/serd.html")
|
(home-page "https://drobilla.net/software/serd.html")
|
||||||
|
|
Reference in New Issue