1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

python312Packages.robotframework: 7.0.1 -> 7.1

This commit is contained in:
R. Ryantm 2024-09-10 15:03:57 +00:00 committed by Bjørn Forsman
parent ec1ce0636c
commit 5456bfa9e7

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "robotframework";
version = "7.0.1";
version = "7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "robotframework";
repo = "robotframework";
rev = "refs/tags/v${version}";
hash = "sha256-pr7x40ja1DwMPffmXQ2W53g1wuD0p63f+6ATfXhqGvE=";
hash = "sha256-nzkgJdSWbFcAnAqRTq4+Wy1lqdz+Xxf2i4RKnj/A5SA=";
};
nativeBuildInputs = [ setuptools ];