From 735cf0dbf855a3bf5da12b894b78a720c9f414d8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 10 Apr 2025 23:55:49 +0000 Subject: [PATCH] python312Packages.playwrightcapture: 1.28.5 -> 1.28.6 --- .../python-modules/playwrightcapture/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/playwrightcapture/default.nix b/pkgs/development/python-modules/playwrightcapture/default.nix index 96a8b8f280ba..7f44fd294552 100644 --- a/pkgs/development/python-modules/playwrightcapture/default.nix +++ b/pkgs/development/python-modules/playwrightcapture/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "playwrightcapture"; - version = "1.28.5"; + version = "1.28.6"; pyproject = true; disabled = pythonOlder "3.9"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; tag = "v${version}"; - hash = "sha256-CJ4hq3Eeub426jU0mXMEvqynJb9ekAG2QhfZxbgxV8U="; + hash = "sha256-f1XCNDc2oNJ/EM8S12nCSYtQh7nUi4UROEzTuOH41Ds="; }; pythonRelaxDeps = [ @@ -76,7 +76,7 @@ buildPythonPackage rec { meta = with lib; { description = "Capture a URL with Playwright"; homepage = "https://github.com/Lookyloo/PlaywrightCapture"; - changelog = "https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v${version}"; + changelog = "https://github.com/Lookyloo/PlaywrightCapture/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; };