Merge pull request #246600 from dotlambda/imap-tools-1.2.0

python310Packages.imap-tools: 1.1.0 -> 1.2.0
This commit is contained in:
Nick Cao 2023-08-01 18:39:36 -06:00 committed by GitHub
commit 0f4cf482f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
{ lib
, buildPythonPackage
, isPy27
, pythonOlder
, fetchFromGitHub
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "imap-tools";
version = "1.1.0";
version = "1.2.0";
disabled = isPy27;
disabled = pythonOlder "3.5";
format = "setuptools";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ikvk";
repo = "imap_tools";
rev = "refs/tags/v${version}";
hash = "sha256-IW67v7gXV04Nlr/0/lceC5WmknaqqwOJ8bqRGZZ4KcY=";
hash = "sha256-FC4uvBqQ9Lqpvj94ByM7LYiqqjAQQljYduBxwum49lI=";
};
nativeCheckInputs = [