gnu: python-pyld: Update to 1.0.5.
* gnu/packages/python-xyz.scm (python-pyld): Update to 1.0.5.master
parent
3feae38669
commit
6d4ed78d91
|
@ -1923,13 +1923,13 @@ files.")
|
|||
(define-public python-pyld
|
||||
(package
|
||||
(name "python-pyld")
|
||||
(version "1.0.3")
|
||||
(version "1.0.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyLD" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12i2g6xdj30k7xxcibg3sc5y76snwq8l6n8fy9lyi577kgy0h2pm"))))
|
||||
"1ywbdbsrkg533qh8xn9ifjh2mvam6v5msrjyqq73jfpvcp89qvff"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/digitalbazaar/pyld")
|
||||
(synopsis "Python implementation of the JSON-LD specification")
|
||||
|
|
Reference in New Issue