guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: python-sympy: Update to 1.1.1.


From: Marius Bakke
Subject: 01/07: gnu: python-sympy: Update to 1.1.1.
Date: Sat, 11 Nov 2017 02:57:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e65acb31248f40a483418b5d6ec08ba347434645
Author: Alex Vong <address@hidden>
Date:   Wed Nov 8 22:49:53 2017 +0800

    gnu: python-sympy: Update to 1.1.1.
    
    * gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.1.1.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 9200165..68fc522 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -29,7 +29,7 @@
 ;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
 ;;; Copyright © 2016, 2017 Stefan Reichör <address@hidden>
 ;;; Copyright © 2016 Dylan Jeffers <address@hidden@openmailbox.org>
-;;; Copyright © 2016 Alex Vong <address@hidden>
+;;; Copyright © 2016, 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
 ;;; Copyright © 2016, 2017 Julien Lepiller <address@hidden>
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]