gnu: python-pyld: Update to 0.7.1.

* gnu/packages/python.scm (python-pyld): Update to 0.7.1.
This commit is contained in:
Christopher Allan Webber 2016-11-22 15:25:51 -06:00
parent 2947ff6430
commit 8957af324b
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
1 changed files with 2 additions and 2 deletions

View File

@ -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)))