summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-21 23:53:39 -0300
committerVinicius Monego <monego@posteo.net>2025-06-22 01:34:18 -0300
commitab075d4f151903143ba3101d117a6bb910f95dd9 (patch)
treecfee233950226288a7ca76ad1b2022dec57067a0
parent20a905e4d905258aa2a279c17564b12a0c37badb (diff)
gnu: python-cypari2: Update to 2.2.2.
* gnu/packages/sagemath.scm (python-cypari2): Update to 2.2.2. Change-Id: I7afaa8efddf5404c33b4b50f35349c0d32dc592f
-rw-r--r--gnu/packages/sagemath.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 142ed50eed..fe629fb2f1 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -189,14 +189,14 @@ represented as strings.")
(define-public python-cypari2
(package
(name "python-cypari2")
- (version "2.2.1")
+ (version "2.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cypari2" version))
(sha256
(base32
- "1f43bx3pryc1mg7i9gijl2c6aavijlbcxx9wyw11jn40lak1g85a"))))
+ "080p17yn8wjl973jnw15hz3dhxzp3db1bi4giw3c28d2brrki8qk"))))
(build-system pyproject-build-system)
(native-inputs
(list python-cython-3 python-pytest python-setuptools python-wheel))