Skip to content

Commit

Permalink
python312Packages.py-aosmith: 1.0.11 -> 1.0.12 (#364895)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents 0af0037 + 6394029 commit 626d956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/py-aosmith/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "py-aosmith";
version = "1.0.11";
version = "1.0.12";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bdr99";
repo = "py-aosmith";
rev = "refs/tags/${version}";
hash = "sha256-pwiH8h8d7INOeFqZTWZJgImfbch3xcmZlmdRYxpNmLA=";
hash = "sha256-FhrAL1Iybi4LW4o8IvCAfEcrwbzJ+dnh+9W9HEd7c+M=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 626d956

Please sign in to comment.