mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
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:
parent
4fe70e39ea
commit
02ae792775
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue