From fd9457839d79a67bce08eee4fe1e6e99b8f46eb3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 5 Apr 2025 09:58:08 +0200 Subject: [PATCH] python313Packages.playwrightcapture: 1.28.4 -> 1.28.5 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.28.4...v1.28.5 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.28.5 --- pkgs/development/python-modules/playwrightcapture/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/playwrightcapture/default.nix b/pkgs/development/python-modules/playwrightcapture/default.nix index 44bc8f204ac2..96a8b8f280ba 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.4"; + version = "1.28.5"; pyproject = true; disabled = pythonOlder "3.9"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; tag = "v${version}"; - hash = "sha256-w3ZQqur/fj36n64Li/qNnhJ8b7Lu3cna2eNj4hxhZ/8="; + hash = "sha256-CJ4hq3Eeub426jU0mXMEvqynJb9ekAG2QhfZxbgxV8U="; }; pythonRelaxDeps = [