python3Packages.py-aosmith: 1.0.17 -> 1.0.18 (#523126)

This commit is contained in:
dotlambda
2026-05-24 05:34:20 +00:00
committed by GitHub
@@ -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