guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-fpylll: Update to 0.5.7.


From: guix-commits
Subject: branch master updated: gnu: python-fpylll: Update to 0.5.7.
Date: Mon, 13 Jun 2022 11:41:31 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 89fefe2fd4 gnu: python-fpylll: Update to 0.5.7.
89fefe2fd4 is described below

commit 89fefe2fd4c7f5448bac6fffa09d55a342cd5d22
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Jun 13 17:40:30 2022 +0200

    gnu: python-fpylll: Update to 0.5.7.
    
    * gnu/packages/algebra.scm (python-fpylll): Update to 0.5.7.
      [source]: Revert from git to pypi.
---
 gnu/packages/algebra.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 5903b76664..c2e167f443 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -198,19 +198,14 @@ the real span of the lattice.")
 (define-public python-fpylll
   (package
     (name "python-fpylll")
-    (version "0.5.2")
+    (version "0.5.7")
     (source
      (origin
-       ;; Pypi contains and older release, so we use a tagged release from
-       ;; Github instead.
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/fplll/fpylll";)
-             (commit (string-append version "dev"))))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (pypi-uri "fpylll" version))
        (sha256
         (base32
-         "1a25iibihph626jl4wbs4b77xc4a2c4nfc2ypscf9wpani3dnhjf"))))
+         "1xjqcwq90blgzvnbkbzdys8mdhi2b4li6faywm6yi8shxvz8iz0s"))))
     (build-system python-build-system)
     (inputs
      (list fplll gmp mpfr pari-gp))



reply via email to

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