Skip to content

Commit

Permalink
python312Packages.aioopenexchangerates: 0.6.18 -> 0.6.19 (NixOS#366661)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 20, 2024
2 parents 03356fc + bcbab61 commit e52aef2
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.18";
version = "0.6.19";
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-/iSL+Beny7q9RtdbVIfiMmAwH5wS90ADQszBL7Ooq3o=";
hash = "sha256-Rb5oCheiTZ737nKDwSpoRZcgpWPt5YMzplD6Wb6kZxY=";
};

pythonRelaxDeps = [ "pydantic" ];
Expand Down

0 comments on commit e52aef2

Please sign in to comment.