Merge pull request #303544 from fabaff/aioopenexchangerates-bump

python312Packages.aioopenexchangerates: 0.4.9 -> 0.4.10
This commit is contained in:
Fabian Affolter 2024-04-12 12:21:19 +02:00 committed by GitHub
commit 1fefa3ac15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioopenexchangerates";
version = "0.4.9";
version = "0.4.10";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aioopenexchangerates";
rev = "refs/tags/v${version}";
hash = "sha256-goOzp5nPkQCtGV7U71ek1LQ93Ko5BdEvawYb/feGRQQ=";
hash = "sha256-keZebaqIs+xaGy5O1551w05fV301XHzJpPDwvY4Tjnk=";
};
postPatch = ''