gnu: serd: Update to 0.32.0.

* gnu/packages/rdf.scm (serd): Update to 0.32.0.

Change-Id: I6701d78572c14adcfe340eac8409afd975e847bb
This commit is contained in:
Ricardo Wurmus 2024-01-10 18:59:48 +01:00
parent 4fe70e39ea
commit 02ae792775
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -280,14 +280,14 @@ (define-public redland
(define-public serd
(package
(name "serd")
(version "0.30.16")
(version "0.32.0")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/serd-"
version ".tar.xz"))
(sha256
(base32
"0ilimkczibiwwvc12i14b8zi6ng42hjf9j907g8dik8rlmnlh3zm"))))
"18cwj8xxsaq6iw45kcljbhrral0cqvav80p4mdv2l7g0d2a6ks6i"))))
(build-system meson-build-system)
(native-inputs (list python-minimal))
(home-page "https://drobilla.net/software/serd.html")