We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a8bee + 62f028f commit 13324edCopy full SHA for 13324ed
pkgs/development/python-modules/aioopenexchangerates/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "aioopenexchangerates";
17
- version = "0.6.13";
+ version = "0.6.16";
18
pyproject = true;
19
20
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "MartinHjelmare";
24
repo = "aioopenexchangerates";
25
rev = "refs/tags/v${version}";
26
- hash = "sha256-5RLD3Y0DxsOSejSOPo+071hpsgoduMcLniQNqt/shs8=";
+ hash = "sha256-0uVOvUrBSfvD6ZU3vyuJlF3Ek9nMhvVLR5vDVyq5jbg=";
27
};
28
29
pythonRelaxDeps = [ "pydantic" ];
0 commit comments