python3Packages.geodatasets: 2026.1.0 -> 2026.5.0

This commit is contained in:
R. Ryantm
2026-05-12 19:45:44 +00:00
parent 604b7b4b92
commit de80858ddf
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "geodatasets";
version = "2026.1.0";
version = "2026.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "geopandas";
repo = "geodatasets";
tag = version;
hash = "sha256-fLhlXuqcArMb0PtFCKKqL78Z5A/j33Fzov8fg7PGvaQ=";
hash = "sha256-6RaWZOp5V5gc/vY3tZsXDNnDmUYnhmZFpto0pa6uMNg=";
};
build-system = [ setuptools-scm ];