python312Packages.aioopenexchangerates: 0.6.19 -> 0.6.20 (#379929)

This commit is contained in:
Fabian Affolter
2025-02-06 23:35:03 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.6.19";
version = "0.6.20";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
tag = "v${version}";
hash = "sha256-Rb5oCheiTZ737nKDwSpoRZcgpWPt5YMzplD6Wb6kZxY=";
hash = "sha256-CdkrD7T3COPxzSrLnKEx2XZ1PHki/qXzR9CiewlRsxw=";
};
pythonRelaxDeps = [ "pydantic" ];