gnu: python-cysignals: Update to 1.11.4.
* gnu/packages/python-xyz.scm (python-cysignals): Update to 1.11.4. [native-inputs]: Replace python-cython with python-cython-3.
This commit is contained in:
		
							parent
							
								
									5a6b1a5586
								
							
						
					
					
						commit
						33538f35ed
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -18427,17 +18427,16 @@ to support both Python 2 and Python 3 with minimal overhead.") | ||||||
| (define-public python-cysignals | (define-public python-cysignals | ||||||
|   (package |   (package | ||||||
|     (name "python-cysignals") |     (name "python-cysignals") | ||||||
|     (version "1.9.0") |     (version "1.11.4") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|         (method url-fetch) |         (method url-fetch) | ||||||
|         (uri (pypi-uri "cysignals" version)) |         (uri (pypi-uri "cysignals" version)) | ||||||
|         (sha256 |         (sha256 | ||||||
|           (base32 |          (base32 "1hrqn976xhrq189x1086f3z9vzznjx21wsm3hqf90zx0alg347hg")))) | ||||||
|             "15ix8crpad26cfl1skyg7qajqqfdrm8q5ahhmlfmqi1aw0jqj2g2")))) |  | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|       (list python-cython python-sphinx)) |       (list python-cython-3 python-sphinx)) | ||||||
|     (inputs |     (inputs | ||||||
|       (list pari-gp)) |       (list pari-gp)) | ||||||
|     (arguments |     (arguments | ||||||
|  |  | ||||||
		Reference in a new issue