Merge pull request #113995 from dotlambda/imap-tools-0.38.1

python3Packages.imap-tools: 0.37.0 -> 0.38.1
This commit is contained in:
Sandro 2021-02-23 08:46:10 +01:00 committed by GitHub
commit 90ece0a1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "imap-tools"; pname = "imap-tools";
version = "0.37.0"; version = "0.38.1";
disabled = isPy27; disabled = isPy27;
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "ikvk"; owner = "ikvk";
repo = "imap_tools"; repo = "imap_tools";
rev = "v${version}"; rev = "v${version}";
sha256 = "1501lk3fjxqmzxffahbj33y795gwl96yqvk3fs86cchm6vz2gnkk"; sha256 = "0b2gnym7p6cwgviwdq8pg2dy28pm5535f8kkc8rzc50knqdifl7g";
}; };
checkInputs = [ checkInputs = [