From 858da48acede3d228e457ebbdccbcea46c06e31c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Jun 2024 09:15:44 +0200 Subject: [PATCH] python312Packages.aioopenexchangerates: 0.4.12 -> 0.4.13 Diff: https://github.com/MartinHjelmare/aioopenexchangerates/compare/refs/tags/v0.4.12...v0.4.13 Changelog: https://github.com/MartinHjelmare/aioopenexchangerates/blob/v0.4.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 8f098bb091a8..b68120fee83e 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.4.12"; + version = "0.4.13"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aioopenexchangerates"; rev = "refs/tags/v${version}"; - hash = "sha256-A9d7nAqVwiIsS6f+A4PCGbONdhZb55JSmNuAFG990Ek="; + hash = "sha256-xVEyBE33gncw1h0/T7UJap8jd2KELBHSIlNE13YfIZA="; }; postPatch = ''