Unverified Commit 32e815ea authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #333692 from r-ryantm/auto-update/python312Packages.aioopenexchangerates

python312Packages.aioopenexchangerates: 0.4.15 -> 0.4.16
parents c44dba8f f2b236f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aioopenexchangerates";
  version = "0.4.15";
  version = "0.4.16";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "MartinHjelmare";
    repo = "aioopenexchangerates";
    rev = "refs/tags/v${version}";
    hash = "sha256-WKXxCa3wUTvLaN12EZE4l/hTTzSe291lnNLrspwUCs4=";
    hash = "sha256-cSHqlFzZiQ0CCH+rPDqPulrLPuE6BB7Qd+wWb4ZWPtk=";
  };

  postPatch = ''