python3Packages.imap-tools: 0.38.1 -> 0.39.0

This commit is contained in:
Robert Schütz 2021-03-16 10:16:58 +01:00
parent 916ee862e8
commit ee0fa6a2b8
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "imap-tools"; pname = "imap-tools";
version = "0.38.1"; version = "0.39.0";
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 = "0b2gnym7p6cwgviwdq8pg2dy28pm5535f8kkc8rzc50knqdifl7g"; sha256 = "sha256-PyksCYVe7Ij/+bZpntHgY51I/ZVnC6L20TcKfTLr2CY=";
}; };
checkInputs = [ checkInputs = [