about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-11-17 00:20:23 +0000
committerGitHub <noreply@github.com>2023-11-17 00:20:23 +0000
commit46d18e044ac8752ea62990e4ed826b7063d092da (patch)
tree604bb32f00ee5559a6fd42a7bd175749674073b4 /pkgs
parent131d59e8484e13540e744df0010503bca3bbfa01 (diff)
parente72f081315e1ab4cb1b70a153814ef62562bd040 (diff)
Merge pull request #267098 from imincik/geopandas-0.14.1
python3Packages.geopandas: 0.14.0 -> 0.14.1
Diffstat (limited to 'pkgs')
-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 e176a614e8d65..e075700ce1f52 100644
--- a/pkgs/development/python-modules/geopandas/default.nix
+++ b/pkgs/development/python-modules/geopandas/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "geopandas";
-  version = "0.14.0";
+  version = "0.14.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "geopandas";
     repo = "geopandas";
     rev = "refs/tags/v${version}";
-    hash = "sha256-lhQXYSY2JrY3+GgMnfTJugnOD/g3VjG0tgw+cEgpIP8=";
+    hash = "sha256-mQ13fjhtFXvUnBok5bDz+zkbgfXEUmwiv77rBpYS5oo=";
   };
 
   propagatedBuildInputs = [