gnu: python-fpylll: Update to 0.5.2.
* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.2.
This commit is contained in:
parent
b9ef00258c
commit
280455809d
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ (define-public fplll
|
||||||
(define-public python-fpylll
|
(define-public python-fpylll
|
||||||
(package
|
(package
|
||||||
(name "python-fpylll")
|
(name "python-fpylll")
|
||||||
(version "0.4.1")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; Pypi contains and older release, so we use a tagged release from
|
;; 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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01x2sqdv0sbjj4g4waj0hj4rcn4bq7h17442xaqwbznym9azmn9w"))))
|
"1a25iibihph626jl4wbs4b77xc4a2c4nfc2ypscf9wpani3dnhjf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fplll" ,fplll)
|
`(("fplll" ,fplll)
|
||||||
|
|
Loading…
Reference in a new issue