Skip to content

Commit

Permalink
Merge pull request #120161 from dotlambda/imap-tools-0.40.0
Browse files Browse the repository at this point in the history
python3Packages.imap-tools: 0.39.0 -> 0.40.0
  • Loading branch information
SuperSandro2000 committed Apr 22, 2021
2 parents 8eb9679 + 005e3d1 commit 1a50feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/imap-tools/default.nix
Expand Up @@ -7,15 +7,15 @@

buildPythonPackage rec {
pname = "imap-tools";
version = "0.39.0";
version = "0.40.0";

disabled = isPy27;

src = fetchFromGitHub {
owner = "ikvk";
repo = "imap_tools";
rev = "v${version}";
sha256 = "sha256-PyksCYVe7Ij/+bZpntHgY51I/ZVnC6L20TcKfTLr2CY=";
sha256 = "sha256-7qLiVN3pBkbZQlA12ZOkgpiV/JybrPTmEIeJjy4ZS3A=";
};

checkInputs = [
Expand Down

0 comments on commit 1a50feb

Please sign in to comment.