python3Packages.imap-tools: 0.50.1 -> 0.50.2
https://github.com/ikvk/imap_tools/releases/tag/v0.50.2
This commit is contained in:
parent
35571f49b9
commit
f5e4406520
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "imap-tools";
|
||||
version = "0.50.1";
|
||||
version = "0.50.2";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
owner = "ikvk";
|
||||
repo = "imap_tools";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-d9caVmXV/yynimXYZNspGar4BXXXec/d8kw2DDEgvpY=";
|
||||
hash = "sha256-ki38Kr+eDEIQPRuoQePR7dCRDSgq2ZLXws1pq2gtQrI=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
# tests require a network connection
|
||||
"test_action"
|
||||
"test_folders"
|
||||
"test_connectio"
|
||||
"test_connection"
|
||||
"test_attributes"
|
||||
"test_live"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue