python3Packages.geodatasets: 2024.8.0 -> 2025.12.0 (#470571)

This commit is contained in:
Fabian Affolter
2025-12-14 12:13:15 +00:00
committed by GitHub
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
geopandas,
pooch,
@@ -13,20 +12,19 @@
buildPythonPackage rec {
pname = "geodatasets";
version = "2024.8.0";
version = "2025.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "geopandas";
repo = "geodatasets";
tag = version;
hash = "sha256-GJ7RyFlohlRz0RbQ80EewZUmIX9CJkSfUMY/uMNTtEM=";
hash = "sha256-F5cGmcUKbIy35Lx50WFV7hVDmWwWCk66EScx8YW2OTE=";
};
build-system = [ setuptools-scm ];
propagatedBuildInputs = [ pooch ];
dependencies = [ pooch ];
nativeCheckInputs = [
geopandas