about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-15 22:49:39 +0200
committerGitHub <noreply@github.com>2024-04-15 22:49:39 +0200
commit6c93e5e30c8a32410dbf5587942b0fa1fd22b6d9 (patch)
tree97c1c28f73a9ebd69fb46c8a863598178830fd51 /pkgs
parent990d6331e49917a21fe71094de5a40c1685d28a8 (diff)
parent7805c2823deebfe3ae6a19b2f6cddb183afa4dee (diff)
Merge pull request #304301 from r-ryantm/auto-update/python312Packages.playwrightcapture
python312Packages.playwrightcapture: 1.24.3 -> 1.24.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/playwrightcapture/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/playwrightcapture/default.nix b/pkgs/development/python-modules/playwrightcapture/default.nix
index 283a9ae38f312..367ccb2e669d3 100644
--- a/pkgs/development/python-modules/playwrightcapture/default.nix
+++ b/pkgs/development/python-modules/playwrightcapture/default.nix
@@ -21,7 +21,7 @@
 
 buildPythonPackage rec {
   pname = "playwrightcapture";
-  version = "1.24.3";
+  version = "1.24.4";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
     owner = "Lookyloo";
     repo = "PlaywrightCapture";
     rev = "refs/tags/v${version}";
-    hash = "sha256-T/6WfDFW4m9bB09mBwKw1I0iQ0HF0I2Pzf2MXExJVGY=";
+    hash = "sha256-/6Sdn4SdJ7e2Lm6Gl0oaLNWeb6XouLgtjNJbVYstL4w=";
   };
 
   pythonRelaxDeps = [