python3Packages.robotstatuschecker: 3.0.1 -> 4.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:05 +02:00
parent 96afc8c802
commit c3b2785d6c
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "robotstatuschecker";
version = "3.0.1";
version = "4.1.1";
pyproject = true;
# no tests included in PyPI tarball
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "robotframework";
repo = "statuschecker";
tag = "v${version}";
hash = "sha256-yW6353gDwo/IzoWOB8oelaS6IUbvTtwwDT05yD7w6UA=";
hash = "sha256-YyiGd3XSIe+4PEL2l9LYDGH3lt1iRAAJflcBGYXaBzY=";
};
postPatch = ''