summary refs log tree commit diff
path: root/pkgs/development/python-modules/pandas
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-10-25 10:06:54 +0100
committerJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:47:01 -0800
commitcaa139243ddb5750158e38d005beabec079c11ba (patch)
treea2d498849a6f745653dd2ff2d15f22d8b2003115 /pkgs/development/python-modules/pandas
parent686fd3aa3823065b3e8db2d98569410efcbb978a (diff)
downloadnixpkgs-caa139243ddb5750158e38d005beabec079c11ba.tar
nixpkgs-caa139243ddb5750158e38d005beabec079c11ba.tar.gz
nixpkgs-caa139243ddb5750158e38d005beabec079c11ba.tar.bz2
nixpkgs-caa139243ddb5750158e38d005beabec079c11ba.tar.lz
nixpkgs-caa139243ddb5750158e38d005beabec079c11ba.tar.xz
nixpkgs-caa139243ddb5750158e38d005beabec079c11ba.tar.zst
nixpkgs-caa139243ddb5750158e38d005beabec079c11ba.zip
python3Packages.pandas: 1.1.1 -> 1.1.3
Diffstat (limited to 'pkgs/development/python-modules/pandas')
-rw-r--r--pkgs/development/python-modules/pandas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix
index d4c9706fe65..55b2ddf55d6 100644
--- a/pkgs/development/python-modules/pandas/default.nix
+++ b/pkgs/development/python-modules/pandas/default.nix
@@ -31,11 +31,11 @@ let
 
 in buildPythonPackage rec {
   pname = "pandas";
-  version = "1.1.1";
+  version = "1.1.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67";
+    sha256 = "babbeda2f83b0686c9ad38d93b10516e68cdcd5771007eb80a763e98aaf44613";
   };
 
   checkInputs = [ pytest glibcLocales moto hypothesis ];