mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: python-py: Update to 1.8.1.
* gnu/packages/python-xyz.scm (python-py): Update to 1.8.1.
This commit is contained in:
parent
1c4746ee69
commit
23d5d859a8
1 changed files with 2 additions and 2 deletions
|
@ -1704,14 +1704,14 @@ (define-public python2-funcsigs-bootstrap
|
||||||
(define-public python-py
|
(define-public python-py
|
||||||
(package
|
(package
|
||||||
(name "python-py")
|
(name "python-py")
|
||||||
(version "1.8.0")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "py" version))
|
(uri (pypi-uri "py" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lsy1gajva083pzc7csj1cvbmminb7b4l6a0prdzyb3fd829nqyw"))))
|
"1ajjazg3913n0sp3vjyva9c2qh5anx8ziryng935f89604a0h9sy"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: "ImportError: 'test' module incorrectly imported from
|
;; FIXME: "ImportError: 'test' module incorrectly imported from
|
||||||
|
|
Loading…
Reference in a new issue