From 2f620d4b5a53140ed58798403e38e5d26051b5ba Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 20 Nov 2024 19:08:36 +0100 Subject: [PATCH] python312Packages.aioopenexchangerates: 0.6.10 -> 0.6.13 Diff: https://github.com/MartinHjelmare/aioopenexchangerates/compare/refs/tags/v0.6.10...v0.6.13 Changelog: https://github.com/MartinHjelmare/aioopenexchangerates/blob/v0.6.13/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 eaf034f090b2..c5b77eef9ad6 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.10"; + version = "0.6.13"; pyproject = true; disabled = pythonOlder "3.11"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aioopenexchangerates"; rev = "refs/tags/v${version}"; - hash = "sha256-GDAeBk4h0YLFbLSGEjomvzR94y0JGsRzd15J4sv6i6o="; + hash = "sha256-5RLD3Y0DxsOSejSOPo+071hpsgoduMcLniQNqt/shs8="; }; pythonRelaxDeps = [ "pydantic" ];