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

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