python3Packages.py-aosmith: 1.0.12 -> 1.0.14

This commit is contained in:
R. Ryantm
2025-10-01 14:20:39 -07:00
committed by Robert Schütz
parent 1f83af9a59
commit 10d48a3c07
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "py-aosmith";
version = "1.0.12";
version = "1.0.14";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bdr99";
repo = "py-aosmith";
tag = version;
hash = "sha256-FhrAL1Iybi4LW4o8IvCAfEcrwbzJ+dnh+9W9HEd7c+M=";
hash = "sha256-73kiSrjPDuvSMK8pZMCPns6vm2NhE+9F7GpWEPKR7Ec=";
};
build-system = [ poetry-core ];