python3Packages.py-aosmith: 1.0.17 -> 1.0.18

Diff: https://github.com/bdr99/py-aosmith/compare/1.0.17...1.0.18
This commit is contained in:
Robert Schütz
2026-05-22 12:20:27 -07:00
parent a237d14aa6
commit 65a978ffb9
@@ -9,20 +9,18 @@
buildPythonPackage rec {
pname = "py-aosmith";
version = "1.0.17";
version = "1.0.18";
pyproject = true;
src = fetchFromGitHub {
owner = "bdr99";
repo = "py-aosmith";
tag = version;
hash = "sha256-qBnHe4w59QW18osEf+9Y46eEx/W/GzARkwJlJ+9wPr0=";
hash = "sha256-sR7yUl97MlxdJHLrA8IjODNk7LJhVxqraaUkPljuMZg=";
};
build-system = [ poetry-core ];
pythonRelaxDeps = [ "tenacity" ];
dependencies = [
aiohttp
tenacity