python311Packages.robotframework-seleniumlibrary: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm 2024-04-24 11:51:46 +00:00
parent 71b4a60386
commit b05437f016
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "robotframework-seleniumlibrary";
version = "6.2.0";
version = "6.3.0";
pyproject = true;
# no tests included in PyPI tarball
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "robotframework";
repo = "SeleniumLibrary";
rev = "refs/tags/v${version}";
sha256 = "sha256-lvtu6z/PD2Ckj70SgDF69BwrhaoA36SDrAvj0XJsmCc=";
sha256 = "sha256-/bYk8S9fGTsftBokz1FH+7HwdhhtAvZgtQscUESTsjY=";
};
nativeBuildInputs = [