Skip to content

Commit

Permalink
python312Packages.robotframework-seleniumlibrary: 6.6.1 -> 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 17, 2025
1 parent 3ca2ced commit 754146a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

buildPythonPackage rec {
pname = "robotframework-seleniumlibrary";
version = "6.6.1";
version = "6.7.0";
pyproject = true;

# no tests included in PyPI tarball
src = fetchFromGitHub {
owner = "robotframework";
repo = "SeleniumLibrary";
tag = "v${version}";
sha256 = "sha256-ULY0FH1RFQIlhS45LU3vUKi6urZJHiDgi6NdqU5tV2g=";
sha256 = "sha256-fiuqJLisCvsVrQfxTDC0koTK7BqkG2x7lnPkvBTZY9E=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 754146a

Please sign in to comment.