Skip to content

Commit

Permalink
python312Packages.robotframework-seleniumlibrary: 6.5.0 -> 6.6.1 (#34…
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 20, 2024
2 parents 955338d + c6f38f3 commit eb18392
Showing 1 changed file with 4 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.5.0";
version = "6.6.1";
pyproject = true;

# no tests included in PyPI tarball
src = fetchFromGitHub {
owner = "robotframework";
repo = "SeleniumLibrary";
rev = "refs/tags/v${version}";
sha256 = "sha256-sB2lWFFpCGgF0XFes84fBBvR8GF+S8aWWJoih+xBmW8=";
sha256 = "sha256-ULY0FH1RFQIlhS45LU3vUKi6urZJHiDgi6NdqU5tV2g=";
};

build-system = [ setuptools ];
Expand All @@ -46,6 +46,8 @@ buildPythonPackage rec {
mkdir utest/output_dir
'';

__darwinAllowLocalNetworking = true;

meta = {
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst";
description = "Web testing library for Robot Framework";
Expand Down

0 comments on commit eb18392

Please sign in to comment.