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:
parent
744f5ff79a
commit
da64c39d86
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user