diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-18 17:11:15 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-18 19:35:55 +0100 |
commit | ad5efcf4c076fd06c90c7f79a76f506aebf7c139 (patch) | |
tree | a8a6c2eefdd451d07e96bbbb7a077f329ecfe3e7 /gnu | |
parent | 2a4c271e614d069423519af4be5511a0c25156f1 (diff) |
gnu: python-rdflib-jsonld: Update to 0.6.2.
* gnu/packages/rdf.scm (python-rdflib-jsonld): Update to 0.6.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/rdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 8ee7eec696..068b5e0cfa 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -406,14 +406,14 @@ powerful language for representing information.") (define-public python-rdflib-jsonld (package (name "python-rdflib-jsonld") - (version "0.5.0") + (version "0.6.2") (source (origin (method url-fetch) (uri (pypi-uri "rdflib-jsonld" version)) (sha256 (base32 - "1v85f4hdlrrk0l1najmqmm79ijrvcj259kwsrrxiq1q5chr5azag")))) + "0qrshlqzv5g5bign7kjja3xf7hyk7xgayr3yd0qlqda1kl0x6z0h")))) (build-system python-build-system) (native-inputs (list python-nose)) |