python3Packages.geopandas: 1.1.1 -> 1.1.2

https://github.com/geopandas/geopandas/blob/v1.1.2/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:33:34 +01:00
parent c9fec7f0e1
commit c48fb94f4a
@@ -27,27 +27,18 @@
buildPythonPackage rec {
pname = "geopandas";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "geopandas";
repo = "geopandas";
tag = "v${version}";
hash = "sha256-7ZsO4jresikA17M8cyHskdcVnTscGHxTCLJv5p1SvfI=";
hash = "sha256-TBb9Bb12OZ9RWiwAGU6JKqiumw1C11USycpKM8mJVdU=";
};
build-system = [ setuptools ];
patches = [
# fix tests for geos 3.14
# see https://github.com/geopandas/geopandas/pull/3645
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/geopandas/geopandas/pull/3645.patch";
hash = "sha256-TLJixFRR+g739PLgwhTGuwYTVJ4SRr2BMGD14CLgmcY=";
})
];
dependencies = [
packaging
pandas