Merge pull request #270442 from r-ryantm/auto-update/python310Packages.aioopenexchangerates

python310Packages.aioopenexchangerates: 0.4.4 -> 0.4.5
This commit is contained in:
Fabian Affolter 2023-11-27 22:09:26 +01:00 committed by GitHub
commit b4ee7c87c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-Wts2qVTZFTLR2Ru3bSiobGOyegiNoGl3xOrZdDRh7iU=";
hash = "sha256-4mvd5G4qpebocg74Kz/+XtJovDnGJJYPigyhke9YDjA=";
};
postPatch = ''