me
/
guix
Archived
1
0
Fork 0

gnu: python-pyld: Update to 0.6.8.

* gnu/packages/python.scm (python-pyld): Update to 0.6.8.
master
Efraim Flashner 2015-12-30 22:25:22 +02:00
parent 1780424035
commit af1ab77312
1 changed files with 3 additions and 6 deletions

View File

@ -2063,16 +2063,13 @@ files.")
(define-public python-pyld
(package
(name "python-pyld")
(version "0.6.0")
(version "0.6.8")
(source (origin
(method url-fetch)
(uri
(string-append
"https://pypi.python.org/packages/source/P/PyLD/PyLD-"
version ".tar.gz"))
(uri (pypi-uri "PyLD" version))
(sha256
(base32
"1l9ymj85fsvayqplinzpk0kyiq6m74ps9xd3a9fhlxfn1rldf8x8"))))
"0k881ffazpf8q1z8862g4bb3pzwpnz9whrci2mf311mvn1qbyqad"))))
(build-system python-build-system)
(inputs
`(("python-setuptools" ,python-setuptools)))