gnu: python-cypari2: Update to 2.1.1.

* gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.1.
master
Andreas Enge 2019-06-17 15:59:14 +02:00
parent 20caeea483
commit 1e1a65a633
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@
(define-public python-cypari2
(package
(name "python-cypari2")
(version "2.0.3")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cypari2" version))
(sha256
(base32
"0mghbmilmy34xp1d50xdx76sijqxmpkm2bcgx2v1mdji2ff7n0yc"))))
"1nwkzgqvbw6361x0rpggy1q5nx663fswhpvg8md6xhqyfwpgc7nz"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython)))