Skip to content

Commit

Permalink
python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Pack…
Browse files Browse the repository at this point in the history
…ages.lacuscore: 1.11.3 -> 1.12.0 (#353963)
  • Loading branch information
fabaff authored Nov 10, 2024
2 parents 85c8b5b + 8f3dad5 commit 465eab8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/lacuscore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

buildPythonPackage rec {
pname = "lacuscore";
version = "1.11.3";
version = "1.12.0";
pyproject = true;

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "ail-project";
repo = "LacusCore";
rev = "refs/tags/v${version}";
hash = "sha256-eVcfJXkjrS752T18wKrIwfwEkCuR1eIoVZERMk/stgQ=";
hash = "sha256-83OD/oGzjLsW0FRFyW6Yh9pwh/lcCfZDIe6uahhTRVc=";
};

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

buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.26.3";
version = "1.27.0";
pyproject = true;

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-lZ0zteLZFKSeFBXWxUnPwlC9VVjUPulUCUocPGOUmuI=";
hash = "sha256-cfgNeUZh492SkgfSJZyaDDeqxC3vHopdIe5UcKHFVck=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 465eab8

Please sign in to comment.