python3Packages.xyzservices: 2025.4.0 -> 2025.11.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:51 +01:00
parent 3c8765674a
commit d758b3a5b8
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "xyzservices";
version = "2025.4.0";
version = "2025.11.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-b+dkcTZI+sU0UPvGGjw2bLauUzWhsq4MN5a0ld43Cdg=";
hash = "sha256-L8crSVArJQI/1x6PUy+0vt278KoSTZDqJdukT1ReF84=";
};
nativeBuildInputs = [