mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.playwrightcapture: 1.40.1 -> 1.40.2 (#538974)
This commit is contained in:
commit
c6db623613
1 changed files with 2 additions and 2 deletions
|
|
@ -26,14 +26,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "playwrightcapture";
|
||||
version = "1.40.1";
|
||||
version = "1.40.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Lookyloo";
|
||||
repo = "PlaywrightCapture";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-eD8IVQk8e+b/YHCCvwe6Jb2Um3OQC9SomkcR9DwvMMc=";
|
||||
hash = "sha256-Gqid9Pei8c8llX2r29kdr/ruSU7967Rbzc3RF1PBLNI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue