From 2fea590cbfb4af5890ae94d47ec592ca6cfc6a87 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Feb 2025 08:56:13 +0100 Subject: [PATCH] python313Packages.aioimaplib: 1.2.0 -> 2.0.1 Diff: https://github.com/bamthomas/aioimaplib/compare/refs/tags/1.2.0...2.0.1 --- pkgs/development/python-modules/aioimaplib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioimaplib/default.nix b/pkgs/development/python-modules/aioimaplib/default.nix index 3c8e43c83980..874689bd0941 100644 --- a/pkgs/development/python-modules/aioimaplib/default.nix +++ b/pkgs/development/python-modules/aioimaplib/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aioimaplib"; - version = "1.2.0"; + version = "2.0.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "bamthomas"; repo = "aioimaplib"; tag = version; - hash = "sha256-GBehZq2F9vJQGbeBuG1EGmTt8s7XcnTIIK0QQAB+ZII="; + hash = "sha256-njzSpKPis033eLoRKXL538ljyMOB43chslio1wodrKU="; }; build-system = [ poetry-core ];