gnu: python-contextlib2: Update to 0.6.0.post1.
* gnu/packages/python-xyz.scm (python-contextlib2): Update to 0.6.0.post1.
This commit is contained in:
parent
c03fc422b9
commit
ebd4c25178
1 changed files with 2 additions and 2 deletions
|
@ -8500,14 +8500,14 @@ be set via config files and/or environment variables.")
|
||||||
(define-public python-contextlib2
|
(define-public python-contextlib2
|
||||||
(package
|
(package
|
||||||
(name "python-contextlib2")
|
(name "python-contextlib2")
|
||||||
(version "0.5.5")
|
(version "0.6.0.post1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "contextlib2" version))
|
(uri (pypi-uri "contextlib2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j6ad6lwwyc9kv71skj098v5l7x5biyj2hs4lc5x1kcixqcr97sh"))))
|
"0bhnr2ac7wy5l85ji909gyljyk85n92w8pdvslmrvc8qih4r1x01"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://contextlib2.readthedocs.org/")
|
(home-page "https://contextlib2.readthedocs.org/")
|
||||||
(synopsis "Tools for decorators and context managers")
|
(synopsis "Tools for decorators and context managers")
|
||||||
|
|
Reference in a new issue