python312Packages.aioopenexchangerates: 0.6.10 -> 0.6.13 (#357616)

This commit is contained in:
Fabian Affolter 2024-11-21 19:59:08 +01:00 committed by GitHub
commit 1325d4c954
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.10";
version = "0.6.13";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-GDAeBk4h0YLFbLSGEjomvzR94y0JGsRzd15J4sv6i6o=";
hash = "sha256-5RLD3Y0DxsOSejSOPo+071hpsgoduMcLniQNqt/shs8=";
};
pythonRelaxDeps = [ "pydantic" ];