From bcbab617e4e7683484f16335e434cd23180778f4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 20 Dec 2024 00:07:30 +0100 Subject: [PATCH] python312Packages.aioopenexchangerates: 0.6.18 -> 0.6.19 Diff: https://github.com/MartinHjelmare/aioopenexchangerates/compare/refs/tags/v0.6.18...v0.6.19 Changelog: https://github.com/MartinHjelmare/aioopenexchangerates/blob/v0.6.19/CHANGELOG.md --- .../python-modules/aioopenexchangerates/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioopenexchangerates/default.nix b/pkgs/development/python-modules/aioopenexchangerates/default.nix index 4452d1d75920..e9d79583dc07 100644 --- a/pkgs/development/python-modules/aioopenexchangerates/default.nix +++ b/pkgs/development/python-modules/aioopenexchangerates/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aioopenexchangerates"; - version = "0.6.18"; + version = "0.6.19"; pyproject = true; disabled = pythonOlder "3.11"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aioopenexchangerates"; rev = "refs/tags/v${version}"; - hash = "sha256-/iSL+Beny7q9RtdbVIfiMmAwH5wS90ADQszBL7Ooq3o="; + hash = "sha256-Rb5oCheiTZ737nKDwSpoRZcgpWPt5YMzplD6Wb6kZxY="; }; pythonRelaxDeps = [ "pydantic" ];