gnu: python-pyld: Update to 1.0.3.
* gnu/packages/python.scm (python-pyld): Update to 1.0.3. [arguments]: Run the new test suite.
This commit is contained in:
parent
7112b2f148
commit
883fa31088
|
@ -1767,15 +1767,14 @@ files.")
|
||||||
(define-public python-pyld
|
(define-public python-pyld
|
||||||
(package
|
(package
|
||||||
(name "python-pyld")
|
(name "python-pyld")
|
||||||
(version "0.7.1")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PyLD" version))
|
(uri (pypi-uri "PyLD" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m0fs6897vxfkf7awah5i66i7b7smm5fnywf1w50fpzyfbfhr156"))))
|
"12i2g6xdj30k7xxcibg3sc5y76snwq8l6n8fy9lyi577kgy0h2pm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no tests
|
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue