Merge pull request #307079 from r-ryantm/auto-update/python311Packages.playwrightcapture

python311Packages.playwrightcapture: 1.24.5 -> 1.24.6

authored by Nick Cao and committed by GitHub 2af16c93 4e3078ce

+2 -2
+2 -2
pkgs/development/python-modules/playwrightcapture/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "playwrightcapture"; 24 - version = "1.24.5"; 25 pyproject = true; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = "Lookyloo"; 31 repo = "PlaywrightCapture"; 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-3xbjcvBx5pHlCwqAVJUpiGsa4s9lScORlEB4YLfkvv4="; 34 }; 35 36 pythonRelaxDeps = [
··· 21 22 buildPythonPackage rec { 23 pname = "playwrightcapture"; 24 + version = "1.24.6"; 25 pyproject = true; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = "Lookyloo"; 31 repo = "PlaywrightCapture"; 32 rev = "refs/tags/v${version}"; 33 + hash = "sha256-DFMnlFN9CooQ7HBiw6Ur6KMTMrEw6JxkT6IxlVU+PdY="; 34 }; 35 36 pythonRelaxDeps = [