python312Packages.aioopenexchangerates: 0.6.16 -> 0.6.17 (#361032)

This commit is contained in:
Fabian Affolter 2024-12-03 09:50:09 +01:00 committed by GitHub
commit 4631f6f831
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.16";
version = "0.6.17";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-0uVOvUrBSfvD6ZU3vyuJlF3Ek9nMhvVLR5vDVyq5jbg=";
hash = "sha256-TxYmj5OS9x50QxAOwsFMbM15bhrHTmBTEsRlFoG3Kyc=";
};
pythonRelaxDeps = [ "pydantic" ];