python3Packages.robotframework-seleniumlibrary: 6.6.1 -> 6.7.0

https://github.com/robotframework/SeleniumLibrary/blob/v6.7.0/docs/SeleniumLibrary-v6.7.0.rst
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:15 +01:00
parent f3484d25c7
commit abfc0a8ff8
@@ -49,7 +49,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
meta = {
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst";
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.tag}/docs/SeleniumLibrary-${src.tag}.rst";
description = "Web testing library for Robot Framework";
homepage = "https://github.com/robotframework/SeleniumLibrary";
license = lib.licenses.asl20;