diff options
author | Efraim Flashner <[email protected]> | 2021-01-06 17:52:45 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2021-01-06 17:52:45 +0200 |
commit | 6be271460b9f8110f94dc7c363205153744ac9c5 (patch) | |
tree | 68cf4906504fda161751b6a52fa9f8be9f7bdd61 | |
parent | ddb978728ff318e11f82f8c50eae7dd44d61c425 (diff) |
gnu: python-cypari2: Update to 2.1.2.
* gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.2.
-rw-r--r-- | gnu/packages/sagemath.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 943e9ba5b9..7f060155ed 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2019 Nicolas Goaziou <[email protected]> ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2020 Jakub Kądziołka <[email protected]> +;;; Copyright © 2021 Efraim Flashner <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -44,14 +45,14 @@ (define-public python-cypari2 (package (name "python-cypari2") - (version "2.1.1") + (version "2.1.2") (source (origin (method url-fetch) (uri (pypi-uri "cypari2" version)) (sha256 (base32 - "1nwkzgqvbw6361x0rpggy1q5nx663fswhpvg8md6xhqyfwpgc7nz")))) + "0ymc4i9y60aazscc1blivirkr1rflzz6akkmvfzyn5l7mgnlbk83")))) (build-system python-build-system) (native-inputs `(("python-cython" ,python-cython))) |