python3Packages.aioimaplib: 0.8.0 -> 0.9.0

https://github.com/bamthomas/aioimaplib/blob/0.9.0/CHANGES.rst#v090
This commit is contained in:
Robert Schütz 2021-04-18 00:21:57 +02:00
parent 744f5ff79a
commit da64c39d86

View File

@ -8,22 +8,19 @@
, nose , nose
, pyopenssl , pyopenssl
, pytestCheckHook , pytestCheckHook
, pythonAtLeast
, pytz , pytz
, tzlocal , tzlocal
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioimaplib"; pname = "aioimaplib";
version = "0.8.0"; version = "0.9.0";
disabled = pythonAtLeast "3.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bamthomas"; owner = "bamthomas";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-ume25EwLNB6szokHXonDXHGKVK76CiZYOBXVUf37/x8="; sha256 = "sha256-xxZAeJDuqrPv4kGgDr0ypFuZJk1zcs/bmgeEzI0jpqY=";
}; };
checkInputs = [ checkInputs = [