python-cysignals: Update to 1.9.0.

* gnu/packages/python-xyz.scm (python-cysignals, python2-cysignals):
Update to 1.9.0.
master
Andreas Enge 2019-01-20 23:32:18 +01:00
parent 32d92d2cde
commit 8e3e51df11
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 3 additions and 3 deletions

View File

@ -8705,14 +8705,14 @@ to support both Python 2 and Python 3 with minimal overhead.")
(define-public python-cysignals
(package
(name "python-cysignals")
(version "1.1.0")
(version "1.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cysignals" version ".tar.bz2"))
(uri (pypi-uri "cysignals" version))
(sha256
(base32
"14cbyd9znlz6cxy1s3g6v6dv5jj45hn27pywkidd9b1zanaysqc6"))))
"15ix8crpad26cfl1skyg7qajqqfdrm8q5ahhmlfmqi1aw0jqj2g2"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython)