Merge pull request #119853 from dotlambda/aioimaplib-0.9.0

python3Packages.aioimaplib: 0.8.0 -> 0.9.0
This commit is contained in:
Sandro 2021-04-19 18:05:32 +02:00 committed by GitHub
commit 35398a3eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [