diff mbox series

[bug#57644] gnu: python-sympy: Update to 1.11.1.

Message ID 7a7c10334413b348ced67e4410338d7242c33759.1662554461.git.code@greghogan.com
State Accepted
Headers show
Series [bug#57644] gnu: python-sympy: Update to 1.11.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Greg Hogan Sept. 7, 2022, 12:58 p.m. UTC
All dependents successfully build except the continued failure of
python-dolfin-adjoint: http://ci.guix.gnu.org/build/1306546/details

* gnu/packages/python-xyz.scm (python-sympy): Update to 1.11.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Marius Bakke Sept. 7, 2022, 5:53 p.m. UTC | #1
Greg Hogan <code@greghogan.com> skriver:

> All dependents successfully build except the continued failure of
> python-dolfin-adjoint: http://ci.guix.gnu.org/build/1306546/details

Thanks for checking.

> * gnu/packages/python-xyz.scm (python-sympy): Update to 1.11.1.

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b058704172..6518990e00 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10008,13 +10008,13 @@  (define-public python-yte
 (define-public python-sympy
   (package
     (name "python-sympy")
-    (version "1.10.1")
+    (version "1.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sympy" version))
        (sha256
-        (base32 "0yvqb2fhrm81skl8s9znbkkjfb1a09n64qqlc1r225cyvzzywfar"))))
+        (base32 "0n46x1rfy8c2a9za3yp2va5icigxj805f9fmiq8c1drwwvf808z3"))))
     (build-system python-build-system)
     (arguments
      `(#:phases