gnu: python-pyld: Update to 0.7.1.
* gnu/packages/python.scm (python-pyld): Update to 0.7.1.
This commit is contained in:
parent
2947ff6430
commit
8957af324b
|
@ -2328,13 +2328,13 @@ files.")
|
||||||
(define-public python-pyld
|
(define-public python-pyld
|
||||||
(package
|
(package
|
||||||
(name "python-pyld")
|
(name "python-pyld")
|
||||||
(version "0.6.8")
|
(version "0.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PyLD" version))
|
(uri (pypi-uri "PyLD" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k881ffazpf8q1z8862g4bb3pzwpnz9whrci2mf311mvn1qbyqad"))))
|
"1m0fs6897vxfkf7awah5i66i7b7smm5fnywf1w50fpzyfbfhr156"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
|
|
Loading…
Reference in New Issue