gnu: python-fpylll: Update to 0.5.2.

* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.2.
This commit is contained in:
Andreas Enge 2020-08-20 19:27:10 +02:00
parent b9ef00258c
commit 280455809d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -203,7 +203,7 @@ (define-public fplll
(define-public python-fpylll
(package
(name "python-fpylll")
(version "0.4.1")
(version "0.5.2")
(source
(origin
;; Pypi contains and older release, so we use a tagged release from
@ -215,7 +215,7 @@ (define-public python-fpylll
(file-name (git-file-name name version))
(sha256
(base32
"01x2sqdv0sbjj4g4waj0hj4rcn4bq7h17442xaqwbznym9azmn9w"))))
"1a25iibihph626jl4wbs4b77xc4a2c4nfc2ypscf9wpani3dnhjf"))))
(build-system python-build-system)
(inputs
`(("fplll" ,fplll)