python312Packages.py-aosmith: 1.0.8 -> 1.0.10

This commit is contained in:
R. Ryantm
2024-11-07 19:04:58 +01:00
committed by Martin Weinelt
parent be3b1aa9d5
commit 626f11a993
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "py-aosmith";
version = "1.0.8";
version = "1.0.10";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bdr99";
repo = "py-aosmith";
rev = "refs/tags/${version}";
hash = "sha256-TjBjyWxBPrZEY/o1DZ+GiFTHTW37WwFN0oyJSyGru28=";
hash = "sha256-6wgPj3e3nbv0LM4qgZsj70F4nKy9LmY3RCvs++n1KbE=";
};
build-system = [ poetry-core ];