Merge pull request #329119 from fabaff/lacuscore-bump

python312Packages.lacuscore: 1.10.0 -> 1.10.6, python312Packages.playwrightcapture: 1.25.4 -> 1.25.8
This commit is contained in:
Fabian Affolter
2024-07-23 10:35:45 +02:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
@@ -7,6 +7,7 @@
fetchFromGitHub,
playwrightcapture,
poetry-core,
pydantic,
pythonOlder,
redis,
requests,
@@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "lacuscore";
version = "1.10.0";
version = "1.10.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,10 +26,11 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "LacusCore";
rev = "refs/tags/v${version}";
hash = "sha256-hbMMKV/LJSfCgl293Tm4kkpwoYYpgydV/reri9ONj+4=";
hash = "sha256-lFtj1xIvKnXMtb/fcQWSXKKV8Ne6cSHbKYwLFY4M07M=";
};
pythonRelaxDeps = [
"pydantic"
"redis"
"requests"
];
@@ -41,6 +43,7 @@ buildPythonPackage rec {
defang
dnspython
playwrightcapture
pydantic
redis
requests
sphinx
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.25.4";
version = "1.25.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-PKox2vfmqyjdsvV7O/exPu7Y7ArzpiywfkTHucRTudo=";
hash = "sha256-KuhcAhnpvM9pEzqr7Ke7aFuQ3WLbaAHEzThr5Idl+zU=";
};
pythonRelaxDeps = [