Skip to content

Commit

Permalink
python312Packages.lacuscore: 1.12.6 -> 1.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Jan 4, 2025
1 parent 576aac5 commit 44eeece
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.12.6";
version = "1.12.7";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "LacusCore";
tag = "v${version}";
hash = "sha256-KiYpPgwMsIuIDUjQfw83ATiE5VI2XMaxGsnP5xEypqc=";
hash = "sha256-bB9BeDhFlwdIgIv9VfvBkqxcfzpPe3jl6D/ChdP2FsM=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 44eeece

Please sign in to comment.