python3Packages.imap-tools: 0.51.1 -> 0.52.0

https://github.com/ikvk/imap_tools/releases/tag/v0.52.0
This commit is contained in:
Robert Schütz 2022-03-06 20:55:28 +00:00 committed by Robert Schütz
parent c6c92e6442
commit b3a757a21a

View file

@ -7,15 +7,17 @@
buildPythonPackage rec {
pname = "imap-tools";
version = "0.51.1";
version = "0.52.0";
disabled = isPy27;
format = "setuptools";
src = fetchFromGitHub {
owner = "ikvk";
repo = "imap_tools";
rev = "v${version}";
hash = "sha256-ppxQtFK7U006z7qonm3B5gN99CHB9mEX3l0XjrhZQo8=";
hash = "sha256-la2+cpTnHZQn/FXtySp+3zDCBTONiLC16Tm+hDiIERc=";
};
checkInputs = [