1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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:
Efraim Flashner
2023-10-15 08:42:34 +03:00
parent 5a6b1a5586
commit 33538f35ed

View File

@@ -18427,17 +18427,16 @@ to support both Python 2 and Python 3 with minimal overhead.")
(define-public python-cysignals
(package
(name "python-cysignals")
(version "1.9.0")
(version "1.11.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cysignals" version))
(sha256
(base32
"15ix8crpad26cfl1skyg7qajqqfdrm8q5ahhmlfmqi1aw0jqj2g2"))))
(base32 "1hrqn976xhrq189x1086f3z9vzznjx21wsm3hqf90zx0alg347hg"))))
(build-system python-build-system)
(native-inputs
(list python-cython python-sphinx))
(list python-cython-3 python-sphinx))
(inputs
(list pari-gp))
(arguments