Skip to content

Commit 9c9f5b1

Browse files
committed
1 parent 78c4b63 commit 9c9f5b1

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/playwrightcapture

1 file changed

+2
-2
lines changed

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.6";
25+
version = "1.27.7";
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-Kh4F5dicbVvM9k8T4iMERMuze3Ztawi9LXH7+udtZFU=";
34+
hash = "sha256-tu1QvurhJBW6tygdteQYAWWk9nuEHT7p8LlkmTwW+Dw=";
3535
};
3636

3737
pythonRelaxDeps = [

0 commit comments

Comments
 (0)