Skip to content

Commit 5749c4d

Browse files
authored
python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186)
2 parents a103702 + 1b8e391 commit 5749c4d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/aioopenexchangerates

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aioopenexchangerates/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "aioopenexchangerates";
17-
version = "0.6.8";
17+
version = "0.6.10";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "MartinHjelmare";
2424
repo = "aioopenexchangerates";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-O7Hq+dtonh527eJI4/YSIF58P3TWsdFlUYDd0vzA2yo=";
26+
hash = "sha256-GDAeBk4h0YLFbLSGEjomvzR94y0JGsRzd15J4sv6i6o=";
2727
};
2828

2929
pythonRelaxDeps = [ "pydantic" ];

0 commit comments

Comments
 (0)