diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2016-02-11 16:10:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2016-02-12 10:58:46 +0100 |
commit | ef9b4c04a40a0a816d6e2627926025d46273e631 (patch) | |
tree | 7c5098d7703b58449e5a8711516ef9c851feb75d | |
parent | 1b96f069e6884e11faa632d3a44ee062dfd017a4 (diff) | |
download | guix-ef9b4c04a40a0a816d6e2627926025d46273e631.tar.gz |
gnu: python-numpy-bootstrap: Update to 1.10.4.
* gnu/packages/python.scm (python-numpy-bootstrap): Update to 1.10.4.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7627fc17e9..5a4834f3e7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2955,7 +2955,7 @@ writing C extensions for Python as easy as Python itself.") (define python-numpy-bootstrap (package (name "python-numpy-bootstrap") - (version "1.9.1") + (version "1.10.4") (source (origin (method url-fetch) @@ -2963,7 +2963,7 @@ writing C extensions for Python as easy as Python itself.") "/numpy-" version ".tar.gz")) (sha256 (base32 - "070ybfvpgfmiz2hs94x445hvkh9dh52nyi0m8jp5kdihgvhbnx80")))) + "1bjjhvncraka5s6i4lg644jrxij6bvycxy7an20gcz3a0m11iygp")))) (build-system python-build-system) (inputs `(("python-nose" ,python-nose) |