guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-fpylll: Update to 0.5.2.


From: guix-commits
Subject: 02/02: gnu: python-fpylll: Update to 0.5.2.
Date: Thu, 20 Aug 2020 13:27:36 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 280455809d007a73a218c8590cca46b182a32ed4
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu Aug 20 19:27:10 2020 +0200

    gnu: python-fpylll: Update to 0.5.2.
    
    * gnu/packages/algebra.scm (python-fpylll): Update to 0.5.2.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 58c3c9f..683a2f4 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]