python312Packages.aioopenexchangerates: 0.6.17 -> 0.6.18 (#362605)

This commit is contained in:
Fabian Affolter
2024-12-07 01:21:49 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.6.17";
version = "0.6.18";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-TxYmj5OS9x50QxAOwsFMbM15bhrHTmBTEsRlFoG3Kyc=";
hash = "sha256-/iSL+Beny7q9RtdbVIfiMmAwH5wS90ADQszBL7Ooq3o=";
};
pythonRelaxDeps = [ "pydantic" ];