python3Packages.a2wsgi: 1.10.8 -> 1.10.10

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:51 +02:00
parent 8ae57c4259
commit b39dd739b4
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "a2wsgi";
version = "1.10.8";
version = "1.10.10";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-/AC6sfx5L4mozhtJGyrRcXsUXYyu+3XQqFhpRu3JfLI=";
hash = "sha256-pbz/tSCBujnfDV6aiE/G+BnZLjpCOJNDunfL+An+H0U=";
};
build-system = [ pdm-backend ];