python313Packages.playwrightcapture: 1.28.6 -> 1.29.0, python313Packages.lacuscore: 1.13.9 -> 1.14.0 (#400798)

This commit is contained in:
Fabian Affolter
2025-04-23 09:43:37 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "lacuscore";
version = "1.13.9";
version = "1.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "LacusCore";
tag = "v${version}";
hash = "sha256-knAM4cdevww4/dheOw7AnGtegXuMiXt9R0Tmw1wNV80=";
hash = "sha256-szcvg4jfJ84kHYWjPBwecfvfsc258SS0OIuYle1lC1g=";
};
pythonRelaxDeps = [
@@ -5,6 +5,7 @@
beautifulsoup4,
buildPythonPackage,
dateparser,
dnspython,
fetchFromGitHub,
playwright-stealth,
playwright,
@@ -22,7 +23,7 @@
buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.28.6";
version = "1.29.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -31,7 +32,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
tag = "v${version}";
hash = "sha256-f1XCNDc2oNJ/EM8S12nCSYtQh7nUi4UROEzTuOH41Ds=";
hash = "sha256-p2EprahxHqq4jL7bdnq1+BK3IPea5tZLu/X4N+kZLSY=";
};
pythonRelaxDeps = [
@@ -50,6 +51,7 @@ buildPythonPackage rec {
aiohttp-socks
beautifulsoup4
dateparser
dnspython
playwright
playwright-stealth
puremagic