mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: pyzo: Update to 4.11.0.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.0.
This commit is contained in:
parent
3d5cdccab3
commit
c953036ba8
1 changed files with 4 additions and 4 deletions
|
@ -21867,13 +21867,13 @@ (define-public python-dictdiffer
|
|||
(define-public pyzo
|
||||
(package
|
||||
(name "pyzo")
|
||||
(version "4.10.2")
|
||||
(version "4.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyzo" version))
|
||||
(sha256
|
||||
(base32 "1zplxcb78qy8qibifmnsx5i9gnlfmw9n6nr4yflsabpxw57mx4m1"))))
|
||||
(base32 "0vzsk6rchavlvy7ciq1z9qh3qrj9q213v2nn491fgjq3g19glj53"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -21883,8 +21883,8 @@ (define-public pyzo
|
|||
;; Tests fail with "Permission denied: '/homeless-shelter'".
|
||||
(setenv "HOME" "/tmp")
|
||||
#t)))
|
||||
;; Tests fail with "Uncaught Python exception: invalid literal for
|
||||
;; int() with base 10: 'test'".
|
||||
;; Tests fail with "Uncaught Python exception: python: undefined
|
||||
;; symbol: objc_getClass".
|
||||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-pyqt" ,python-pyqt)))
|
||||
|
|
Loading…
Reference in a new issue