Skip to content

Commit

Permalink
python312Packages.lacuscore: 1.10.11 -> 1.10.12 (NixOS#338567)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Aug 31, 2024
2 parents 13ab441 + 0f466ec commit fb42a29
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.11";
version = "1.10.12";
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-WO0aAvSm0fE7AjgFxnLc5Sej0Ub7v8LruSgrwdFlUPE=";
hash = "sha256-A81zSdEpCNgPjSAGs/1Ja6MR2WcDf7Xx31Lm4SKkBtc=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit fb42a29

Please sign in to comment.