[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-sympy: Update to 1.10.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-sympy: Update to 1.10.1. |
Date: |
Wed, 10 Aug 2022 05:01:18 -0400 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 00d3fb23ff gnu: python-sympy: Update to 1.10.1.
00d3fb23ff is described below
commit 00d3fb23ff88fbd2292c4b19cec85f244bfed684
Author: vicvbcun <guix@ikherbers.com>
AuthorDate: Mon Aug 8 17:45:45 2022 +0200
gnu: python-sympy: Update to 1.10.1.
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.10.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 60f2df85f1..b062b4c013 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9957,13 +9957,13 @@ function signatures.")
(define-public python-sympy
(package
(name "python-sympy")
- (version "1.7.1")
+ (version "1.10.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sympy" version))
(sha256
- (base32 "0bkb4jf24yv5i4kjpsmg1xjjccfhqyi0syv0p0xvhdbmx5hr5pm3"))))
+ (base32 "0yvqb2fhrm81skl8s9znbkkjfb1a09n64qqlc1r225cyvzzywfar"))))
(build-system python-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-sympy: Update to 1.10.1.,
guix-commits <=