Skip to content

Commit

Permalink
python312Packages.aioopenexchangerates: 0.6.7 -> 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 25, 2024
1 parent 5584e35 commit 897f624
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.6.7";
version = "0.6.8";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-vXDgtoQWKWLadOFtZR+zsYvNAsdfMDqFBKz0tWOsMEE=";
hash = "sha256-O7Hq+dtonh527eJI4/YSIF58P3TWsdFlUYDd0vzA2yo=";
};

pythonRelaxDeps = [ "pydantic" ];
Expand Down

0 comments on commit 897f624

Please sign in to comment.