python3Packages.geodatasets: 2024.8.0 -> 2025.12.0

This commit is contained in:
R. Ryantm
2025-12-14 00:50:23 +00:00
parent f407bfe0b8
commit d98c92a36a
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "geodatasets";
version = "2024.8.0";
version = "2025.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "geodatasets";
tag = version;
hash = "sha256-GJ7RyFlohlRz0RbQ80EewZUmIX9CJkSfUMY/uMNTtEM=";
hash = "sha256-F5cGmcUKbIy35Lx50WFV7hVDmWwWCk66EScx8YW2OTE=";
};
build-system = [ setuptools-scm ];