summary refs log tree commit diff
path: root/pkgs/development/python-modules/geopandas
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-10-16 00:07:07 +0200
committerRobin Gloster <mail@glob.in>2019-10-16 00:07:07 +0200
commitb870b3a15344d7af3cca0b0bed7ab483e7d5d6e6 (patch)
tree2312823253be294d0f8816843b350ae646757ff9 /pkgs/development/python-modules/geopandas
parentd4af2fe8b1a13153d5862367594b4c148fdde940 (diff)
downloadnixpkgs-b870b3a15344d7af3cca0b0bed7ab483e7d5d6e6.tar
nixpkgs-b870b3a15344d7af3cca0b0bed7ab483e7d5d6e6.tar.gz
nixpkgs-b870b3a15344d7af3cca0b0bed7ab483e7d5d6e6.tar.bz2
nixpkgs-b870b3a15344d7af3cca0b0bed7ab483e7d5d6e6.tar.lz
nixpkgs-b870b3a15344d7af3cca0b0bed7ab483e7d5d6e6.tar.xz
nixpkgs-b870b3a15344d7af3cca0b0bed7ab483e7d5d6e6.tar.zst
nixpkgs-b870b3a15344d7af3cca0b0bed7ab483e7d5d6e6.zip
python37Packages.geopandas: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs/development/python-modules/geopandas')
-rw-r--r--pkgs/development/python-modules/geopandas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/geopandas/default.nix b/pkgs/development/python-modules/geopandas/default.nix
index 45cd14ae87c..7436626fc74 100644
--- a/pkgs/development/python-modules/geopandas/default.nix
+++ b/pkgs/development/python-modules/geopandas/default.nix
@@ -4,13 +4,13 @@
 
 buildPythonPackage rec {
   pname = "geopandas";
-  version = "0.6.0";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     owner = "geopandas";
     repo = "geopandas";
     rev = "v${version}";
-    sha256 = "1cnd9a4qh7im243slmgx38i3wxqczc0bs31xrwaf2vg1gc1zpbiw";
+    sha256 = "0bdgphw43m2nrgcp83j1pnxknnzahm2zmdr55hyz3jjkva7m6dpk";
   };
 
   checkInputs = [ pytest Rtree ];