Skip to content

Commit

Permalink
Merge pull request #335202 from fabaff/playwrightcapture-bump
Browse files Browse the repository at this point in the history
python312Packages.playwrightcapture: 1.25.12 -> 1.25.13, python312Packages.lacuscore: 1.10.10 -> 1.10.11
  • Loading branch information
fabaff authored Aug 16, 2024
2 parents 9688af7 + 7f856d0 commit 19fa138
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.10";
version = "1.10.11";
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-FayFtkCV19fHlwsHIljVYEXJc8rxGZingfug3k2JCBM=";
hash = "sha256-WO0aAvSm0fE7AjgFxnLc5Sej0Ub7v8LruSgrwdFlUPE=";
};

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.12";
version = "1.25.13";
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-nVRXTswisYm5Lbhb6brkUbl9okTkAcU+6WDe3Q+v6Cg=";
hash = "sha256-O482RKJejgg3eJe4M9U0ExuDFwFz9Fbpxvrn6re58h8=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 19fa138

Please sign in to comment.