mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ (define-module (gnu packages sagemath)
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue