guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-cypari2: Update to 2.1.1.


From: guix-commits
Subject: 02/03: gnu: python-cypari2: Update to 2.1.1.
Date: Mon, 17 Jun 2019 11:10:16 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 1e1a65a63349d1d2bd272738304a1d9f3b128a84
Author: Andreas Enge <address@hidden>
Date:   Mon Jun 17 15:59:14 2019 +0200

    gnu: python-cypari2: Update to 2.1.1.
    
    * gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.1.
---
 gnu/packages/sagemath.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 42b2bbd..f7d6950 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -32,14 +32,14 @@
 (define-public python-cypari2
   (package
     (name "python-cypari2")
-    (version "2.0.3")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cypari2" version))
        (sha256
         (base32
-         "0mghbmilmy34xp1d50xdx76sijqxmpkm2bcgx2v1mdji2ff7n0yc"))))
+         "1nwkzgqvbw6361x0rpggy1q5nx663fswhpvg8md6xhqyfwpgc7nz"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-cython" ,python-cython)))



reply via email to

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