python310Packages.imap-tools: 0.57.0 -> 1.0.0

https://github.com/ikvk/imap_tools/blob/v1.0.0/docs/release_notes.rst
This commit is contained in:
Robert Schütz 2022-11-21 07:53:39 -08:00
parent 6b5019a48f
commit 3520a6df8f

View file

@ -7,7 +7,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "imap-tools"; pname = "imap-tools";
version = "0.57.0"; version = "1.0.0";
disabled = isPy27; disabled = isPy27;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ikvk"; owner = "ikvk";
repo = "imap_tools"; repo = "imap_tools";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-plJ+X4RtZT77fWEAXAsyi5YnonjaWfZfKbSNFKE1DKc="; hash = "sha256-JAMEJv0Vc5iunuKusyD+rxLiubEIDgHsr7FrMZgLy9Q=";
}; };
checkInputs = [ checkInputs = [