Merge pull request #326580 from fabaff/playwrightcapture-bump

python312Packages.puremagic: 1.25 -> 1.26, python312Packages.playwrightcapture: 1.25.4 -> 1.25.4
This commit is contained in:
Fabian Affolter
2024-07-14 15:36:42 +02:00
committed by GitHub
3 changed files with 11 additions and 6 deletions
+7 -2
View File
@@ -5,16 +5,21 @@
python3.pkgs.buildPythonApplication rec {
pname = "lacus";
version = "1.9.0";
version = "1.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ail-project";
repo = "lacus";
rev = "refs/tags/v${version}";
hash = "sha256-VFNW13PupJOroIhqnuLOq3mqU9nXEy1hmjHBQfErSN8=";
hash = "sha256-5KddApwaN4t+QRaQTqIXuYStuPxKq3v6pRknBusAcbM=";
};
pythonRelaxDeps = [
"psutil"
"redis"
];
build-system = with python3.pkgs; [
poetry-core
];
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.25.0";
version = "1.25.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-Sm6FfwUxW3t7gLwWd+ZJPyp0VSMPgGpuT3lrMurWOa0=";
hash = "sha256-PKox2vfmqyjdsvV7O/exPu7Y7ArzpiywfkTHucRTudo=";
};
pythonRelaxDeps = [
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "puremagic";
version = "1.25";
version = "1.26";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "puremagic";
rev = "refs/tags/${version}";
hash = "sha256-l97ZK9VT+kU9Hos91C7Q9Zhv3Dge3kyF7N//j4sZ5Kc=";
hash = "sha256-0lnMLlW/cwP0tOM0oZEl5M5k5ZDssnZejGt3+ctW1qg=";
};
build-system = [ setuptools ];