Skip to content

Commit 13324ed

Browse files
authored
python312Packages.aioopenexchangerates: 0.6.13 -> 0.6.16 (#359766)
2 parents 55a8bee + 62f028f commit 13324ed

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.13";
17+
version = "0.6.16";
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-5RLD3Y0DxsOSejSOPo+071hpsgoduMcLniQNqt/shs8=";
26+
hash = "sha256-0uVOvUrBSfvD6ZU3vyuJlF3Ek9nMhvVLR5vDVyq5jbg=";
2727
};
2828

2929
pythonRelaxDeps = [ "pydantic" ];

0 commit comments

Comments
 (0)