mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python310Packages.robotframework: 5.0 -> 5.0.1
(cherry picked from commit e5cb66e9f97e522d7028815a4f58ea8ee52d974f)
This commit is contained in:
committed by
github-actions[bot]
parent
e0fa35aeeb
commit
9b7dd0976e
@@ -2,13 +2,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "robotframework";
|
||||
version = "5.0";
|
||||
version = "5.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-AblBSkTCUrYlX4M35IHUIw7j2PGzALbGXpApiJgZlWE=";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-aJUXqY6OFlbdLIr5Qpg27mGFm6hD+WvCrqXmf204WUo=";
|
||||
};
|
||||
|
||||
checkInputs = [ jsonschema ];
|
||||
|
||||
Reference in New Issue
Block a user