mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-lxml: Update to 3.6.0.
* gnu/packages/python.scm (python-lxml): Update to 3.6.0.
This commit is contained in:
parent
053fa76ae7
commit
d58a32037e
1 changed files with 3 additions and 3 deletions
|
@ -4595,14 +4595,14 @@ (define-public python2-apsw
|
||||||
(define-public python-lxml
|
(define-public python-lxml
|
||||||
(package
|
(package
|
||||||
(name "python-lxml")
|
(name "python-lxml")
|
||||||
(version "3.5.0")
|
(version "3.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lxml" version))
|
(uri (pypi-uri "lxml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y7m2s8ci6q642zl85y5axkj8z827l0vhjl532acb75hlkir77rl"))))
|
"1pvbmiy2m7jwv493kilbghhj2pkh8wy1na3ji350vhzhlwlclx4w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
|
|
Loading…
Reference in a new issue