diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9200165b35..68fc522497 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -29,7 +29,7 @@ ;;; Copyright © 2016, 2017 Marius Bakke ;;; Copyright © 2016, 2017 Stefan Reichör ;;; Copyright © 2016 Dylan Jeffers -;;; Copyright © 2016 Alex Vong +;;; Copyright © 2016, 2017 Alex Vong ;;; Copyright © 2016, 2017 Arun Isaac ;;; Copyright © 2016, 2017 Julien Lepiller ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice @@ -6771,7 +6771,7 @@ (define-public python2-mpmath (define-public python-sympy (package (name "python-sympy") - (version "1.0") + (version "1.1.1") (source (origin (method url-fetch) @@ -6779,7 +6779,7 @@ (define-public python-sympy "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)))