gnu: python-cypari2: Update to 2.1.1.
* gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.1.
This commit is contained in:
parent
20caeea483
commit
1e1a65a633
|
@ -32,14 +32,14 @@
|
||||||
(define-public python-cypari2
|
(define-public python-cypari2
|
||||||
(package
|
(package
|
||||||
(name "python-cypari2")
|
(name "python-cypari2")
|
||||||
(version "2.0.3")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cypari2" version))
|
(uri (pypi-uri "cypari2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mghbmilmy34xp1d50xdx76sijqxmpkm2bcgx2v1mdji2ff7n0yc"))))
|
"1nwkzgqvbw6361x0rpggy1q5nx663fswhpvg8md6xhqyfwpgc7nz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)))
|
`(("python-cython" ,python-cython)))
|
||||||
|
|
Loading…
Reference in New Issue