Skip to content

Commit

Permalink
Merge pull request #326097 from dotlambda/python3Packages.imap-tools
Browse files Browse the repository at this point in the history
python312Packages.imap-tools: 1.6.0 -> 1.7.0
  • Loading branch information
dotlambda authored Jul 11, 2024
2 parents 6921456 + b0392fe commit 8be517b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/development/python-modules/imap-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,27 @@
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
setuptools,
pytestCheckHook,
}:

buildPythonPackage rec {
pname = "imap-tools";
version = "1.6.0";
version = "1.7.0";

disabled = pythonOlder "3.5";

format = "setuptools";
pyproject = true;

src = fetchFromGitHub {
owner = "ikvk";
repo = "imap_tools";
rev = "refs/tags/v${version}";
hash = "sha256-T4sA/PsoTfS2L0RwJyJP6BY33MJuybVqruHnwwstnXA=";
hash = "sha256-ULtDJkNSrWM0/pDblTeE7lKS/4UNYM06hWrEw51ZbVA=";
};

build-system = [ setuptools ];

nativeCheckInputs = [ pytestCheckHook ];

disabledTests = [
Expand Down

0 comments on commit 8be517b

Please sign in to comment.