python3Packages.robotframework-seleniumlibrary: 6.8.0 -> 6.9.0 (#521664)

This commit is contained in:
dotlambda
2026-05-19 18:22:42 +00:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage (finalAttrs: {
pname = "robotframework-seleniumlibrary";
version = "6.8.0";
version = "6.9.0";
pyproject = true;
# no tests included in PyPI tarball
@@ -23,7 +23,7 @@ buildPythonPackage (finalAttrs: {
owner = "robotframework";
repo = "SeleniumLibrary";
tag = "v${finalAttrs.version}";
hash = "sha256-TyYlcmoV5q3mfV4II/7P/SApfSNd3yC1EFYcuHllcyQ=";
hash = "sha256-NiB1dJWivyDc1ucldQ2cs3jTWt3hHY6AGsboKPmY+mo=";
};
build-system = [ setuptools ];