gnu: python-pyld: Update to 0.6.8.
* gnu/packages/python.scm (python-pyld): Update to 0.6.8.
This commit is contained in:
parent
1780424035
commit
af1ab77312
|
@ -2063,16 +2063,13 @@ files.")
|
||||||
(define-public python-pyld
|
(define-public python-pyld
|
||||||
(package
|
(package
|
||||||
(name "python-pyld")
|
(name "python-pyld")
|
||||||
(version "0.6.0")
|
(version "0.6.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri (pypi-uri "PyLD" version))
|
||||||
(string-append
|
|
||||||
"https://pypi.python.org/packages/source/P/PyLD/PyLD-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l9ymj85fsvayqplinzpk0kyiq6m74ps9xd3a9fhlxfn1rldf8x8"))))
|
"0k881ffazpf8q1z8862g4bb3pzwpnz9whrci2mf311mvn1qbyqad"))))
|
||||||
(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