python3Packages.robotframework: 7.3.1 -> 7.3.2

This commit is contained in:
R. Ryantm
2025-07-13 18:49:49 +00:00
committed by Bjørn Forsman
parent d6e3474415
commit ab1ab3e6d8

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "robotframework";
version = "7.3.1";
version = "7.3.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "robotframework";
repo = "robotframework";
tag = "v${version}";
hash = "sha256-gcmHud5HPDwRSXX3VD+mpeD2ySdV6BIhfPfvDdz9OsQ=";
hash = "sha256-JxZI0i9Aj/TX4BkIi+jeBdTy0ckv5Fdy5tHRI9vQ8Ss=";
};
build-system = [ setuptools ];