mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01: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 @@ server.")
|
|||
(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…
Add table
Reference in a new issue