python312Packages.aioopenexchangerates: 0.6.13 -> 0.6.16
Diff: https://github.com/MartinHjelmare/aioopenexchangerates/compare/refs/tags/v0.6.13...v0.6.16 Changelog: https://github.com/MartinHjelmare/aioopenexchangerates/blob/v0.6.16/CHANGELOG.md
This commit is contained in:
parent
226216574a
commit
62f028f409
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioopenexchangerates";
|
pname = "aioopenexchangerates";
|
||||||
version = "0.6.13";
|
version = "0.6.16";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
owner = "MartinHjelmare";
|
owner = "MartinHjelmare";
|
||||||
repo = "aioopenexchangerates";
|
repo = "aioopenexchangerates";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-5RLD3Y0DxsOSejSOPo+071hpsgoduMcLniQNqt/shs8=";
|
hash = "sha256-0uVOvUrBSfvD6ZU3vyuJlF3Ek9nMhvVLR5vDVyq5jbg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "pydantic" ];
|
pythonRelaxDeps = [ "pydantic" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user