python3Packages.xyzservices: 2025.1.0 -> 2025.4.0

https://github.com/geopandas/xyzservices/releases/tag/2025.4.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:49 +02:00
parent 7d5e67c6e1
commit fcb6141a3b
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "xyzservices";
version = "2025.1.0";
version = "2025.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XNuwkHwgvhvgZsbi3GnGRYQtEROk6D5kIGVgSiHyVLo=";
hash = "sha256-b+dkcTZI+sU0UPvGGjw2bLauUzWhsq4MN5a0ld43Cdg=";
};
nativeBuildInputs = [