gnu: python-pyld: Update to 2.0.4.
* gnu/packages/python-xyz.scm (python-pyld): Update to 2.0.4. Change-Id: Iebd823a94c8f39944162056d451176d112e229e3 Signed-off-by: jgart <jgart@dismail.de>master
parent
2a499ada72
commit
313a3c17e7
|
@ -5411,18 +5411,19 @@ files.")
|
||||||
(define-public python-pyld
|
(define-public python-pyld
|
||||||
(package
|
(package
|
||||||
(name "python-pyld")
|
(name "python-pyld")
|
||||||
(version "1.0.5")
|
(version "2.0.4")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "PyLD" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "PyLD" version))
|
||||||
(base32
|
(sha256
|
||||||
"1ywbdbsrkg533qh8xn9ifjh2mvam6v5msrjyqq73jfpvcp89qvff"))))
|
(base32 "1k7ars8n6kramkvadxgy0qfsi5g1hipyha4wqw8l75mw1l7ka7ii"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(native-inputs (list python-lxml))
|
||||||
|
(propagated-inputs (list python-cachetools python-frozendict))
|
||||||
(home-page "https://github.com/digitalbazaar/pyld")
|
(home-page "https://github.com/digitalbazaar/pyld")
|
||||||
(synopsis "Python implementation of the JSON-LD specification")
|
(synopsis "Python implementation of the JSON-LD specification")
|
||||||
(description
|
(description "PyLD is an implementation of the JSON-LD specification.")
|
||||||
"PyLD is an implementation of the JSON-LD specification.")
|
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-cli-helpers
|
(define-public python-cli-helpers
|
||||||
|
|
Reference in New Issue