me
/
guix
Archived
1
0
Fork 0

gnu: serd: Update to 0.32.0.

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

Change-Id: I6701d78572c14adcfe340eac8409afd975e847bb
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -280,14 +280,14 @@ and triple stores.")
(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")