guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ab075d4f151903143ba3101d117a6bb910f95dd9
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Jun 21 23:53:39 2025 -0300

    gnu: python-cypari2: Update to 2.2.2.
    
    * gnu/packages/sagemath.scm (python-cypari2): Update to 2.2.2.
    
    Change-Id: I7afaa8efddf5404c33b4b50f35349c0d32dc592f
---
 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 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))

Reply via email to