Skip to content

Commit

Permalink
python312Packages.lacuscore: 1.10.13 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 17, 2024
1 parent d95dcb3 commit a5169c1
Showing 1 changed file with 2 additions and 2 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

0 comments on commit a5169c1

Please sign in to comment.