Skip to content

Commit

Permalink
python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packa…
Browse files Browse the repository at this point in the history
…ges.lacuscore: 1.12.0 -> 1.12.3 (NixOS#355521)
  • Loading branch information
fabaff authored Nov 13, 2024
2 parents 55b770c + 28287ac commit 081cc2c
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.12.0";
version = "1.12.3";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "LacusCore";
rev = "refs/tags/v${version}";
hash = "sha256-83OD/oGzjLsW0FRFyW6Yh9pwh/lcCfZDIe6uahhTRVc=";
hash = "sha256-cKAHNOZZtIdys0z36F0ORf6xXL/JkAgwZouvYYu/OTU=";
};

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.27.0";
version = "1.27.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-cfgNeUZh492SkgfSJZyaDDeqxC3vHopdIe5UcKHFVck=";
hash = "sha256-2QF59YzveW4OJmueEs9v4qk+sONVQ/XgXhsT8nswNyo=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 081cc2c

Please sign in to comment.