python3Packages.playwrightcapture: 1.40.0 -> 1.40.1

This commit is contained in:
R. Ryantm
2026-07-04 13:42:17 +00:00
parent 437d419a80
commit 5ae799eea0

View File

@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "playwrightcapture";
version = "1.40.0";
version = "1.40.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Lookyloo";
repo = "PlaywrightCapture";
tag = "v${finalAttrs.version}";
hash = "sha256-H1zxPsLF6D8CJ89+WeRYKj4SXNVTCCd7AV5BW7Zcm4k=";
hash = "sha256-eD8IVQk8e+b/YHCCvwe6Jb2Um3OQC9SomkcR9DwvMMc=";
};
pythonRelaxDeps = [