mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -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
|
||||
(package
|
||||
(name "python-py")
|
||||
(version "1.8.0")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lsy1gajva083pzc7csj1cvbmminb7b4l6a0prdzyb3fd829nqyw"))))
|
||||
"1ajjazg3913n0sp3vjyva9c2qh5anx8ziryng935f89604a0h9sy"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: "ImportError: 'test' module incorrectly imported from
|
||||
|
|
Loading…
Reference in a new issue