Skip to content

Commit

Permalink
python311Packages.robotframework-seleniumlibrary: 6.2.0 -> 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 24, 2024
1 parent 71b4a60 commit b05437f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "robotframework-seleniumlibrary";
version = "6.2.0";
version = "6.3.0";
pyproject = true;

# no tests included in PyPI tarball
src = fetchFromGitHub {
owner = "robotframework";
repo = "SeleniumLibrary";
rev = "refs/tags/v${version}";
sha256 = "sha256-lvtu6z/PD2Ckj70SgDF69BwrhaoA36SDrAvj0XJsmCc=";
sha256 = "sha256-/bYk8S9fGTsftBokz1FH+7HwdhhtAvZgtQscUESTsjY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b05437f

Please sign in to comment.