about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-21 07:37:17 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:43 +0200
commit8fb618248f79c7b1f83c876f1747b1598d123d4a (patch)
tree49e007232849823da0c3819c1f524611412400e8
parent989079c56662875fc4603a6e1ff90594228f4404 (diff)
downloadnixlib-8fb618248f79c7b1f83c876f1747b1598d123d4a.tar
nixlib-8fb618248f79c7b1f83c876f1747b1598d123d4a.tar.gz
nixlib-8fb618248f79c7b1f83c876f1747b1598d123d4a.tar.bz2
nixlib-8fb618248f79c7b1f83c876f1747b1598d123d4a.tar.lz
nixlib-8fb618248f79c7b1f83c876f1747b1598d123d4a.tar.xz
nixlib-8fb618248f79c7b1f83c876f1747b1598d123d4a.tar.zst
nixlib-8fb618248f79c7b1f83c876f1747b1598d123d4a.zip
python: numpy: 1.14.4 -> 1.14.5
-rw-r--r--pkgs/development/python-modules/numpy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/numpy/default.nix b/pkgs/development/python-modules/numpy/default.nix
index 239bdd88342a..d6531eda2ef1 100644
--- a/pkgs/development/python-modules/numpy/default.nix
+++ b/pkgs/development/python-modules/numpy/default.nix
@@ -2,12 +2,12 @@
 
 buildPythonPackage rec {
   pname = "numpy";
-  version = "1.14.4";
+  version = "1.14.5";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "2185a0f31ecaa0792264fa968c8e0ba6d96acf144b26e2e1d1cd5b77fc11a691";
+    sha256 = "a4a433b3a264dbc9aa9c7c241e87c0358a503ea6394f8737df1683c7c9a102ac";
   };
 
   disabled = isPyPy;