python3Packages.robotframework-seleniumlibrary: 6.1.0 -> 6.1.2

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:03 +02:00
parent ae64e77414
commit c5a626696f

View file

@ -13,7 +13,7 @@
}:
buildPythonPackage rec {
version = "6.1.0";
version = "6.1.2";
pname = "robotframework-seleniumlibrary";
# no tests included in PyPI tarball
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "robotframework";
repo = "SeleniumLibrary";
rev = "refs/tags/v${version}";
sha256 = "sha256-iCZU+9xFUPoyucdQ/26dgxAm8jRf92P3JyA2KqV8bYI=";
sha256 = "sha256-QbAwPm1Y76KPIcHkopiyISULQSwUet021erFa/zi8Zw=";
};
propagatedBuildInputs = [