summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2020-08-20 19:27:10 +0200
committerAndreas Enge <andreas@enge.fr>2020-08-20 19:27:10 +0200
commit280455809d007a73a218c8590cca46b182a32ed4 (patch)
tree54088970929b653d14de33d17bff1accd3a14427 /gnu/packages/algebra.scm
parentb9ef00258ca7964f0fae50b84ff5c1f3bb89556e (diff)
downloadguix-patches-280455809d007a73a218c8590cca46b182a32ed4.tar
guix-patches-280455809d007a73a218c8590cca46b182a32ed4.tar.gz
gnu: python-fpylll: Update to 0.5.2.
* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.2.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 58c3c9fb88..683a2f49b4 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -203,7 +203,7 @@ the real span of the lattice.")
(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 @@ the real span of the lattice.")
(file-name (git-file-name name version))
(sha256
(base32
- "01x2sqdv0sbjj4g4waj0hj4rcn4bq7h17442xaqwbznym9azmn9w"))))
+ "1a25iibihph626jl4wbs4b77xc4a2c4nfc2ypscf9wpani3dnhjf"))))
(build-system python-build-system)
(inputs
`(("fplll" ,fplll)