python37Packages.robotframework-seleniumlibrary: 3.2.0 -> 3.3.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-robotframework-seleniumlibrary/versions
This commit is contained in:
parent
5b4b6b6c24
commit
95d9c2b7a2
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchFromGitHub, python, robotframework, selenium, mockito, robotstatuschecker, approvaltests }:
|
{ stdenv, buildPythonPackage, fetchFromGitHub, python, robotframework, selenium, mockito, robotstatuschecker, approvaltests }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.2.0";
|
version = "3.3.1";
|
||||||
pname = "robotframework-seleniumlibrary";
|
pname = "robotframework-seleniumlibrary";
|
||||||
|
|
||||||
# no tests included in PyPI tarball
|
# no tests included in PyPI tarball
|
||||||
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
|||||||
owner = "robotframework";
|
owner = "robotframework";
|
||||||
repo = "SeleniumLibrary";
|
repo = "SeleniumLibrary";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "106dl0qgf52wqk1xn4ghj7n2fjhaq0fh2wlnqn29aczbv5q581y3";
|
sha256 = "0dabc5dwx0pwsyiy74d7wj97k72yl28a17sasjzrdq819pyc3dvq";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ robotframework selenium ];
|
propagatedBuildInputs = [ robotframework selenium ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user