guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-gmpy2: Update to 2.1.2.


From: guix-commits
Subject: 03/05: gnu: python-gmpy2: Update to 2.1.2.
Date: Mon, 8 Aug 2022 16:27:28 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit aa83dde4b79501e4bf29f290bffbfe68581b8427
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Aug 8 20:10:12 2022 +0200

    gnu: python-gmpy2: Update to 2.1.2.
    
    * gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.2.
---
 gnu/packages/sagemath.scm | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 7f76f8912b..bb80ff4db5 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -69,22 +69,17 @@ PARI/GP.  It has been spun off from the SageMath 
mathematics software system,
 but it can be used independently.")
     (license license:gpl2+)))
 
-;; The stable version of the following package is not young enough to be
-;; used with Sage, since it does not support cython; so we use a beta
-;; release.
 (define-public python-gmpy2
   (package
     (name "python-gmpy2")
-    (version "2.1.0b1")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/aleaxit/gmpy";)
-                    (commit (string-append "gmpy2-" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0ljvnmhxqdfsp0yy4c2hynhk5sggm63kkqsq4iwq4k9vsnx2xm97"))))
+    (version "2.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "gmpy2" version))
+       (sha256
+        (base32
+         "1lc29g3s4z5f1qbsc2x9i9sf6wrpni9pwiwmb1wwx3hjr85i8xfs"))))
     (build-system python-build-system)
     (native-inputs
      (list unzip))



reply via email to

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