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 a103702 + 1b8e391 commit 5749c4dCopy full SHA for 5749c4d
pkgs/development/python-modules/aioopenexchangerates/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "aioopenexchangerates";
17
- version = "0.6.8";
+ version = "0.6.10";
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-O7Hq+dtonh527eJI4/YSIF58P3TWsdFlUYDd0vzA2yo=";
+ hash = "sha256-GDAeBk4h0YLFbLSGEjomvzR94y0JGsRzd15J4sv6i6o=";
27
};
28
29
pythonRelaxDeps = [ "pydantic" ];
0 commit comments