Skip to content

Commit

Permalink
Merge pull request NixOS#270442 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.aioopenexchangerates

python310Packages.aioopenexchangerates: 0.4.4 -> 0.4.5
  • Loading branch information
fabaff authored Nov 27, 2023
2 parents eac2b73 + 4b1b63d commit b4ee7c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.4.4";
version = "0.4.5";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-Wts2qVTZFTLR2Ru3bSiobGOyegiNoGl3xOrZdDRh7iU=";
hash = "sha256-4mvd5G4qpebocg74Kz/+XtJovDnGJJYPigyhke9YDjA=";
};

postPatch = ''
Expand Down

0 comments on commit b4ee7c8

Please sign in to comment.