python312Packages.robotframework: 7.1.1 -> 7.2

This commit is contained in:
R. Ryantm
2025-01-19 10:39:57 -05:00
committed by Nick Cao
parent 53c86af2d3
commit e44f8406fd
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "robotframework";
version = "7.1.1";
version = "7.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "robotframework";
repo = "robotframework";
tag = "v${version}";
hash = "sha256-AJMJb8FN+KynxJXI7s7PwyM/+UpXCtWTcRK/fhCg+io=";
hash = "sha256-G+mmSeTLr6h0e2YCJOpbYaRNZ5M6PXWBYXdn9xGitkM=";
};
nativeBuildInputs = [ setuptools ];