Skip to content

Commit

Permalink
python312Packages.robotframework: 7.1 -> 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 19, 2024
1 parent 39bcd40 commit 4f65ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/robotframework/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "robotframework";
version = "7.1";
version = "7.1.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "robotframework";
repo = "robotframework";
rev = "refs/tags/v${version}";
hash = "sha256-nzkgJdSWbFcAnAqRTq4+Wy1lqdz+Xxf2i4RKnj/A5SA=";
hash = "sha256-AJMJb8FN+KynxJXI7s7PwyM/+UpXCtWTcRK/fhCg+io=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 4f65ffa

Please sign in to comment.