gnu: python-pyld: Update to 1.0.5.

* gnu/packages/python-xyz.scm (python-pyld): Update to 1.0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-22 20:31:15 +02:00
parent 3feae38669
commit 6d4ed78d91
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1923,13 +1923,13 @@ files.")
(define-public python-pyld (define-public python-pyld
(package (package
(name "python-pyld") (name "python-pyld")
(version "1.0.3") (version "1.0.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PyLD" version)) (uri (pypi-uri "PyLD" version))
(sha256 (sha256
(base32 (base32
"12i2g6xdj30k7xxcibg3sc5y76snwq8l6n8fy9lyi577kgy0h2pm")))) "1ywbdbsrkg533qh8xn9ifjh2mvam6v5msrjyqq73jfpvcp89qvff"))))
(build-system python-build-system) (build-system python-build-system)
(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")