python3Packages.momepy: 0.10.0 -> 0.11.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:34 +01:00
parent 51afbecf9d
commit c67e763b0d
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "momepy";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pysal";
repo = "momepy";
tag = "v${version}";
hash = "sha256-9A1g2WSH1kIXO/BeF8ebcigshfcR8MrT2Ut5K/oxVM4=";
hash = "sha256-Og7W+35k9HIIEFGcDmsxggb1BT5cwnaMIi3HO3VRAX0=";
};
build-system = [ setuptools-scm ];