Skip to content

Commit 8bc7a30

Browse files
authored
python313Packages.playwrightcapture: 1.27.5 -> 1.27.6, python312Packages.lacuscore: 1.12.8 -> 1.12.8 (#377376)
2 parents f4a5e96 + 9b8bea3 commit 8bc7a30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/development/python-modules/lacuscore/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "lacuscore";
20-
version = "1.12.7";
20+
version = "1.12.8";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "ail-project";
2727
repo = "LacusCore";
2828
tag = "v${version}";
29-
hash = "sha256-bB9BeDhFlwdIgIv9VfvBkqxcfzpPe3jl6D/ChdP2FsM=";
29+
hash = "sha256-blQhnQoNMXQhNQJ7EXawoYHxbPEgPmLltoLQTzsKwtA=";
3030
};
3131

3232
pythonRelaxDeps = [

pkgs/development/python-modules/playwrightcapture/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
buildPythonPackage rec {
2424
pname = "playwrightcapture";
25-
version = "1.27.5";
25+
version = "1.27.6";
2626
pyproject = true;
2727

2828
disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
owner = "Lookyloo";
3232
repo = "PlaywrightCapture";
3333
tag = "v${version}";
34-
hash = "sha256-TnK7CeW4mJGS77tzYkBQJbLn+niZEMWScpLLaWLmQAA=";
34+
hash = "sha256-Kh4F5dicbVvM9k8T4iMERMuze3Ztawi9LXH7+udtZFU=";
3535
};
3636

3737
pythonRelaxDeps = [

0 commit comments

Comments
 (0)