python312Packages.py-aosmith: 1.0.10 -> 1.0.11

This commit is contained in:
R. Ryantm 2024-11-24 09:28:26 +00:00
parent 21b0706dad
commit 1f5b080fa9

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "py-aosmith"; pname = "py-aosmith";
version = "1.0.10"; version = "1.0.11";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bdr99"; owner = "bdr99";
repo = "py-aosmith"; repo = "py-aosmith";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-6wgPj3e3nbv0LM4qgZsj70F4nKy9LmY3RCvs++n1KbE="; hash = "sha256-pwiH8h8d7INOeFqZTWZJgImfbch3xcmZlmdRYxpNmLA=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];