summary refs log tree commit diff
path: root/pkgs/development/python-modules/pandas
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-11 12:13:38 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-12 14:57:20 +0100
commit31f555030ba19caf6e423517b16f64749575dc06 (patch)
treea73b01090c2cec2ccf7d5857f3622af4ecb79507 /pkgs/development/python-modules/pandas
parent80ac560b483fb3dd5665498935e6eacea763a118 (diff)
downloadnixpkgs-31f555030ba19caf6e423517b16f64749575dc06.tar
nixpkgs-31f555030ba19caf6e423517b16f64749575dc06.tar.gz
nixpkgs-31f555030ba19caf6e423517b16f64749575dc06.tar.bz2
nixpkgs-31f555030ba19caf6e423517b16f64749575dc06.tar.lz
nixpkgs-31f555030ba19caf6e423517b16f64749575dc06.tar.xz
nixpkgs-31f555030ba19caf6e423517b16f64749575dc06.tar.zst
nixpkgs-31f555030ba19caf6e423517b16f64749575dc06.zip
python: pandas: 0.25.2 -> 0.25.3
Diffstat (limited to 'pkgs/development/python-modules/pandas')
-rw-r--r--pkgs/development/python-modules/pandas/2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pandas/2.nix b/pkgs/development/python-modules/pandas/2.nix
index 0ea27b04dcb..42e6fe845e0 100644
--- a/pkgs/development/python-modules/pandas/2.nix
+++ b/pkgs/development/python-modules/pandas/2.nix
@@ -32,11 +32,11 @@ let
 
 in buildPythonPackage rec {
   pname = "pandas";
-  version = "0.25.2";
+  version = "0.25.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ca91a19d1f0a280874a24dca44aadce42da7f3a7edb7e9ab7c7baad8febee2be";
+    sha256 = "52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4";
   };
 
   checkInputs = [ pytest glibcLocales moto hypothesis ];