GNU bug report logs - #57644
[PATCH] gnu: python-sympy: Update to 1.11.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 7 Sep 2022 13:00:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#57644: closed (Re: [bug#57644] [PATCH] gnu: python-sympy:
 Update to 1.11.1.)
Date: Wed, 07 Sep 2022 17:54:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57644 <at> debbugs.gnu.org.

-- 
57644: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57644
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <marius <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>, 57644-done <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: Re: [bug#57644] [PATCH] gnu: python-sympy: Update to 1.11.1.
Date: Wed, 07 Sep 2022 19:53:20 +0200
[Message part 3 (text/plain, inline)]
Greg Hogan <code <at> 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!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: python-sympy: Update to 1.11.1.
Date: Wed,  7 Sep 2022 12:58:44 +0000
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




This bug report was last modified 2 years and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.