python313Packages.aioopenexchangerates: 0.6.20 -> 0.6.21 (#385298)

This commit is contained in:
Nick Cao
2025-02-26 14:10:11 -05:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.6.20";
version = "0.6.21";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
tag = "v${version}";
hash = "sha256-CdkrD7T3COPxzSrLnKEx2XZ1PHki/qXzR9CiewlRsxw=";
hash = "sha256-yPi2k1ajW+X78dF3OJTdGR3h8mzNfYCsW0P8baKUjoA=";
};
pythonRelaxDeps = [ "pydantic" ];