nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.imap-tools: 0.57.0 -> 1.0.0

https://github.com/ikvk/imap_tools/blob/v1.0.0/docs/release_notes.rst

+2 -2
+2 -2
pkgs/development/python-modules/imap-tools/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "imap-tools"; 10 - version = "0.57.0"; 10 + version = "1.0.0"; 11 11 12 12 disabled = isPy27; 13 13 ··· 17 17 owner = "ikvk"; 18 18 repo = "imap_tools"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-plJ+X4RtZT77fWEAXAsyi5YnonjaWfZfKbSNFKE1DKc="; 20 + hash = "sha256-JAMEJv0Vc5iunuKusyD+rxLiubEIDgHsr7FrMZgLy9Q="; 21 21 }; 22 22 23 23 checkInputs = [