From 219f970602fe5068b14ad4f825ec348e6f8839a6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Mar 2023 09:31:37 +0100 Subject: [PATCH] python310Packages.aioopenexchangerates: 0.4.1 -> 0.4.2 Changelog: https://github.com/MartinHjelmare/aioopenexchangerates/blob/vv0.4.2/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 43a2fbe365ee..3ca5f7108822 100644 --- a/pkgs/development/python-modules/aioopenexchangerates/default.nix +++ b/pkgs/development/python-modules/aioopenexchangerates/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aioopenexchangerates"; - version = "0.4.1"; + version = "0.4.2"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-JS134qjK2pT6KLD+91EmrA3HCNmF8DWcq71E/k9ULSA="; + hash = "sha256-Ykbw/s932XXX3qWutWUOLV1O9MMgBWPJNveKG8SDhWY="; }; nativeBuildInputs = [