Skip to content

Commit

Permalink
python310Packages.robotstatuschecker: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 15, 2023
1 parent 147635e commit b802b76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ lib, buildPythonPackage, fetchFromGitHub, python, robotframework }:

buildPythonPackage rec {
version = "3.0.0";
version = "3.0.1";
pname = "robotstatuschecker";

# no tests included in PyPI tarball
src = fetchFromGitHub {
owner = "robotframework";
repo = "statuschecker";
rev = "refs/tags/v${version}";
hash = "sha256-7xHPqlR7IFZp3Z120mg25ZSg9eI878kE8RF1y3F5O70=";
hash = "sha256-yW6353gDwo/IzoWOB8oelaS6IUbvTtwwDT05yD7w6UA=";
};

propagatedBuildInputs = [ robotframework ];
Expand Down

0 comments on commit b802b76

Please sign in to comment.