Skip to content

Commit

Permalink
python312Packages.playwrightcapture: 1.25.15 -> 1.26.0, python312Pack…
Browse files Browse the repository at this point in the history
…ages.lacuscore: 1.10.13 -> 1.11.0 (#342635)
  • Loading branch information
fabaff authored Sep 18, 2024
2 parents aadac9e + a5169c1 commit a961a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/lacuscore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "lacuscore";
version = "1.10.13";
version = "1.11.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "LacusCore";
rev = "refs/tags/v${version}";
hash = "sha256-BqVPxkQLJrVYSVvtSnq0hwC5DdcyBZyvKAULwmAagzo=";
hash = "sha256-O9nB+hxMrIJDeK6BrxmX/yr0OoIXxshKJxz9fU6b2V0=";
};

pythonRelaxDeps = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/playwrightcapture/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.25.15";
version = "1.26.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-4vwCxh7yCYYHXxxBpWqGFKr/0tcy33n5Q8LqJl9yOuk=";
hash = "sha256-v6n+zsiLEQHeAeSALDxu4FWwwQaD/zu3rwxIjR57Ly4=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit a961a14

Please sign in to comment.