all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57644] [PATCH] gnu: python-sympy: Update to 1.11.1.
@ 2022-09-07 12:58 Greg Hogan
  2022-09-07 17:53 ` bug#57644: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-09-07 12:58 UTC (permalink / raw)
  To: 57644; +Cc: Greg Hogan

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(-)

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
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57644: [PATCH] gnu: python-sympy: Update to 1.11.1.
  2022-09-07 12:58 [bug#57644] [PATCH] gnu: python-sympy: Update to 1.11.1 Greg Hogan
@ 2022-09-07 17:53 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-09-07 17:53 UTC (permalink / raw)
  To: Greg Hogan, 57644-done; +Cc: Greg Hogan

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 12:58 [bug#57644] [PATCH] gnu: python-sympy: Update to 1.11.1 Greg Hogan
2022-09-07 17:53 ` bug#57644: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.