summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-05-31 22:35:38 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-06-01 10:53:52 +0200
commit7c22a9b3e3c49743f4516c66a944a41b6280c217 (patch)
treed777f648ad2673d3ad76e96f05c99a32643ce2b5 /pkgs
parent98c26bf7e8d9ef29f7cc603b8d7ee6baaa9f2fc3 (diff)
downloadnixpkgs-7c22a9b3e3c49743f4516c66a944a41b6280c217.tar
nixpkgs-7c22a9b3e3c49743f4516c66a944a41b6280c217.tar.gz
nixpkgs-7c22a9b3e3c49743f4516c66a944a41b6280c217.tar.bz2
nixpkgs-7c22a9b3e3c49743f4516c66a944a41b6280c217.tar.lz
nixpkgs-7c22a9b3e3c49743f4516c66a944a41b6280c217.tar.xz
nixpkgs-7c22a9b3e3c49743f4516c66a944a41b6280c217.tar.zst
nixpkgs-7c22a9b3e3c49743f4516c66a944a41b6280c217.zip
pythonPackages.scipy: 0.17.0 -> 0.17.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 113f822a3ec..965cadfb3e4 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -20249,10 +20249,10 @@ in modules // {
   };
 
   scipy_0_17 = self.buildScipyPackage rec {
-    version = "0.17.0";
+    version = "0.17.1";
     src = pkgs.fetchurl {
       url = "mirror://pypi/s/scipy/scipy-${version}.tar.gz";
-      sha256 = "f600b755fb69437d0f70361f9e560ab4d304b1b66987ed5a28bdd9dd7793e089";
+      sha256 = "1b1qpfz2j2rvmlplsjbnznnxnqr9ckbmis506110ii1w07wd4k4w";
     };
     numpy = self.numpy;
   };