Merge pull request #332760 from fabaff/aioopenexchangerates-bump

python312Packages.aioopenexchangerates: 0.4.14 -> 0.4.15
This commit is contained in:
Nick Cao 2024-08-06 15:38:38 -04:00 committed by GitHub
commit 516d3c77d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.4.14";
version = "0.4.15";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-tQPLGtz6lqwa61tpAm+O3+5EM9zJqZEyWh5TPHXBlag=";
hash = "sha256-WKXxCa3wUTvLaN12EZE4l/hTTzSe291lnNLrspwUCs4=";
};
postPatch = ''