mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python310Packages.robotstatuschecker: 3.0.0 -> 3.0.1
This commit is contained in:
parent
147635ed43
commit
b802b76100
@ -1,7 +1,7 @@
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, python, robotframework }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.0.0";
|
||||
version = "3.0.1";
|
||||
pname = "robotstatuschecker";
|
||||
|
||||
# no tests included in PyPI tarball
|
||||
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||
owner = "robotframework";
|
||||
repo = "statuschecker";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-7xHPqlR7IFZp3Z120mg25ZSg9eI878kE8RF1y3F5O70=";
|
||||
hash = "sha256-yW6353gDwo/IzoWOB8oelaS6IUbvTtwwDT05yD7w6UA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ robotframework ];
|
||||
|
Loading…
Reference in New Issue
Block a user