mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: python-fpylll: Update to 0.6.3.
* gnu/packages/algebra.scm (python-fpylll): Update to 0.6.3. [propagated-inputs]: Replace python-cython by python-cython-3. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6cbe412bb0cf0402b6bb52995b9270606ac18a68
This commit is contained in:
parent
1c39115c1f
commit
65bb242bd7
1 changed files with 5 additions and 4 deletions
|
@ -217,19 +217,20 @@ the real span of the lattice.")
|
||||||
(define-public python-fpylll
|
(define-public python-fpylll
|
||||||
(package
|
(package
|
||||||
(name "python-fpylll")
|
(name "python-fpylll")
|
||||||
(version "0.5.7")
|
(version "0.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fpylll" version))
|
(uri (pypi-uri "fpylll" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xjqcwq90blgzvnbkbzdys8mdhi2b4li6faywm6yi8shxvz8iz0s"))))
|
"12i4sj6p0z94r1p568jprcnklpi6qh926whzywv23d973jg09x53"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list fplll gmp mpfr pari-gp))
|
(list fplll gmp mpfr pari-gp))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cysignals python-cython python-flake8 python-numpy
|
(list python-cysignals python-cython-3 python-flake8 python-numpy
|
||||||
python-pytest))
|
python-pytest))
|
||||||
(home-page "https://github.com/fplll/fpylll")
|
(home-page "https://github.com/fplll/fpylll")
|
||||||
(synopsis "Python interface for fplll")
|
(synopsis "Python interface for fplll")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue