python3Packages.stevedore: 5.6.0 -> 5.9.0

This commit is contained in:
Martin Weinelt
2026-07-13 02:27:08 +02:00
parent b40e78da1f
commit 7605f0fba7

View File

@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "stevedore";
version = "5.6.0";
version = "5.9.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8i0VxurUDFu/qcpUqn57SgfVmzauA+0SztGlTPC1GUU=";
hash = "sha256-q70K96OKi7sdat6i41sXYJzwBOqsMj6IqNiWNkDdKzw=";
};
build-system = [