gnu: python-rdflib-jsonld: Update to 0.6.2.
* gnu/packages/rdf.scm (python-rdflib-jsonld): Update to 0.6.2.
This commit is contained in:
parent
2a4c271e61
commit
ad5efcf4c0
1 changed files with 2 additions and 2 deletions
|
@ -406,14 +406,14 @@ powerful language for representing information.")
|
||||||
(define-public python-rdflib-jsonld
|
(define-public python-rdflib-jsonld
|
||||||
(package
|
(package
|
||||||
(name "python-rdflib-jsonld")
|
(name "python-rdflib-jsonld")
|
||||||
(version "0.5.0")
|
(version "0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rdflib-jsonld" version))
|
(uri (pypi-uri "rdflib-jsonld" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v85f4hdlrrk0l1najmqmm79ijrvcj259kwsrrxiq1q5chr5azag"))))
|
"0qrshlqzv5g5bign7kjja3xf7hyk7xgayr3yd0qlqda1kl0x6z0h"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose))
|
(list python-nose))
|
||||||
|
|
Reference in a new issue