Skip to content

Commit

Permalink
python312Packages.playwrightcapture: 1.27.4 -> 1.27.5 (NixOS#369645)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 1, 2025
2 parents 81c8555 + fff77f2 commit b223c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/playwrightcapture/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.27.4";
version = "1.27.5";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-1K/e7pJtfNSuQ1GlNT2m8P7zEXqC1zUP1M8acbW2kOY=";
hash = "sha256-TnK7CeW4mJGS77tzYkBQJbLn+niZEMWScpLLaWLmQAA=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit b223c36

Please sign in to comment.