python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186)

This commit is contained in:
Fabian Affolter 2024-11-16 08:56:35 +01:00 committed by GitHub
commit 5749c4db52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.6.8";
version = "0.6.10";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-O7Hq+dtonh527eJI4/YSIF58P3TWsdFlUYDd0vzA2yo=";
hash = "sha256-GDAeBk4h0YLFbLSGEjomvzR94y0JGsRzd15J4sv6i6o=";
};
pythonRelaxDeps = [ "pydantic" ];