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 @@ dictionaries.")
 | 
				
			||||||
(define-public pyzo
 | 
					(define-public pyzo
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "pyzo")
 | 
					    (name "pyzo")
 | 
				
			||||||
    (version "4.10.2")
 | 
					    (version "4.11.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "pyzo" version))
 | 
					       (uri (pypi-uri "pyzo" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1zplxcb78qy8qibifmnsx5i9gnlfmw9n6nr4yflsabpxw57mx4m1"))))
 | 
					        (base32 "0vzsk6rchavlvy7ciq1z9qh3qrj9q213v2nn491fgjq3g19glj53"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					@ -21883,8 +21883,8 @@ dictionaries.")
 | 
				
			||||||
             ;; Tests fail with "Permission denied: '/homeless-shelter'".
 | 
					             ;; Tests fail with "Permission denied: '/homeless-shelter'".
 | 
				
			||||||
             (setenv "HOME" "/tmp")
 | 
					             (setenv "HOME" "/tmp")
 | 
				
			||||||
             #t)))
 | 
					             #t)))
 | 
				
			||||||
       ;; Tests fail with "Uncaught Python exception: invalid literal for
 | 
					       ;; Tests fail with "Uncaught Python exception: python: undefined
 | 
				
			||||||
       ;; int() with base 10: 'test'".
 | 
					       ;; symbol: objc_getClass".
 | 
				
			||||||
       #:tests? #f))
 | 
					       #:tests? #f))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-pyqt" ,python-pyqt)))
 | 
					     `(("python-pyqt" ,python-pyqt)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue