python312Packages.robotframework-seleniumlibrary: 6.7.0 -> 6.7.1 (#389029)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "robotframework-seleniumlibrary";
|
||||
version = "6.7.0";
|
||||
version = "6.7.1";
|
||||
pyproject = true;
|
||||
|
||||
# no tests included in PyPI tarball
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "robotframework";
|
||||
repo = "SeleniumLibrary";
|
||||
tag = "v${version}";
|
||||
sha256 = "sha256-fiuqJLisCvsVrQfxTDC0koTK7BqkG2x7lnPkvBTZY9E=";
|
||||
hash = "sha256-pKAOVycckUCe93wMk9kql1lY6WeUTiS4lk/skDAfKCY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.tag}/docs/SeleniumLibrary-${src.tag}.rst";
|
||||
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.tag}/docs/SeleniumLibrary-${version}.rst";
|
||||
description = "Web testing library for Robot Framework";
|
||||
homepage = "https://github.com/robotframework/SeleniumLibrary";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user