mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: python-cypari2: Update to 2.2.1.
* gnu/packages/sagemath.scm (python-cypari2): Update to 2.2.1. [build-system]: Switch to pyproject-build-system. [native-inputs]: Replace python-cython by python-cython-3. Add python-setuptools and python-wheel. Change-Id: Ifa35166e720a6a7eb7fa130264b6dfe72cf4b527
This commit is contained in:
parent
d7ca62b15d
commit
7cffd8a1ae
1 changed files with 4 additions and 4 deletions
|
|
@ -186,17 +186,17 @@ represented as strings.")
|
|||
(define-public python-cypari2
|
||||
(package
|
||||
(name "python-cypari2")
|
||||
(version "2.1.2")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "cypari2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ymc4i9y60aazscc1blivirkr1rflzz6akkmvfzyn5l7mgnlbk83"))))
|
||||
(build-system python-build-system)
|
||||
"1f43bx3pryc1mg7i9gijl2c6aavijlbcxx9wyw11jn40lak1g85a"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-cython))
|
||||
(list python-cython-3 python-setuptools python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-cysignals))
|
||||
(inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue