Merge pull request #299144 from r-ryantm/auto-update/python312Packages.playwrightcapture

python312Packages.playwrightcapture: 1.23.13 -> 1.23.14
This commit is contained in:
Nick Cao 2024-03-26 09:38:02 -04:00 committed by GitHub
commit 7934871937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.23.13";
version = "1.23.14";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-jNTVdGrUQaYHgTxz6zYTdxNQoXEfy/zshherC/gGmng=";
hash = "sha256-ZOElXI2JSo+/wPw58WjCO7hiOUutfC2TvBFAP2DpT7I=";
};
pythonRelaxDeps = [
@ -39,12 +39,12 @@ buildPythonPackage rec {
"tzdata"
];
nativeBuildInputs = [
build-system = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
beautifulsoup4
dateparser
playwright