unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29242] [PATCH] gnu: python-sympy: Update to 1.1.1.
@ 2017-11-10 12:03 Alex Vong
  2017-11-11  7:57 ` bug#29242: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Vong @ 2017-11-10 12:03 UTC (permalink / raw)
  To: 29242


[-- Attachment #1.1: Type: text/plain, Size: 228 bytes --]

Hello,

This updates sympy to its latest version. I build both python-sympy and
python2-sympy on my laptop, both finish tests without error (my laptop
is slow, it takes serveral hours). Should I say have fun solving
equations?


[-- Attachment #1.2: 0001-gnu-python-sympy-Update-to-1.1.1.patch --]
[-- Type: text/x-diff, Size: 1793 bytes --]

From 085a61b91d88234417590c527a56a2a5be57587b Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Wed, 8 Nov 2017 22:49:53 +0800
Subject: [PATCH] gnu: python-sympy: Update to 1.1.1.

* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.1.1.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7a0790675..7f46b6f05 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -29,7 +29,7 @@
 ;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2016, 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2016 Dylan Jeffers <sapientech@sapientech@openmailbox.org>
-;;; Copyright © 2016 Alex Vong <alexvong1995@gmail.com>
+;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -6771,7 +6771,7 @@ more advanced mathematics.")
 (define-public python-sympy
   (package
     (name "python-sympy")
-    (version "1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
@@ -6779,7 +6779,7 @@ more advanced mathematics.")
              "https://github.com/sympy/sympy/releases/download/sympy-"
              version "/sympy-" version ".tar.gz"))
        (sha256
-        (base32 "1bpzjwr9hrr7w88v4vgnj9lr6vxcldc94si13n8xpr1rv08d5b1y"))))
+        (base32 "190n29sppw7g8ihilc5451y7jlfcaw56crqiqbf1jff43dlmfnxc"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-mpmath" ,python-mpmath)))
-- 
2.15.0


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

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

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

* bug#29242: [PATCH] gnu: python-sympy: Update to 1.1.1.
  2017-11-10 12:03 [bug#29242] [PATCH] gnu: python-sympy: Update to 1.1.1 Alex Vong
@ 2017-11-11  7:57 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-11-11  7:57 UTC (permalink / raw)
  To: Alex Vong, 29242-done

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

Alex Vong <alexvong1995@gmail.com> writes:

> Hello,
>
> This updates sympy to its latest version. I build both python-sympy and
> python2-sympy on my laptop, both finish tests without error (my laptop
> is slow, it takes serveral hours). Should I say have fun solving
> equations?

Ha, thanks for this, pushed!

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

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

end of thread, other threads:[~2017-11-11  7:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 12:03 [bug#29242] [PATCH] gnu: python-sympy: Update to 1.1.1 Alex Vong
2017-11-11  7:57 ` bug#29242: " Marius Bakke

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).