python312Packages.imap-tools: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm 2025-02-19 11:00:39 +00:00
parent 255804f6d7
commit 6cce173f4a

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "imap-tools";
version = "1.9.1";
version = "1.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ikvk";
repo = "imap_tools";
tag = "v${version}";
hash = "sha256-tlShiI90PAbWztrL5PgmE1D+/h6bUoSxAHxwGlQHvus=";
hash = "sha256-lan12cHkoxCKadgyFey4ShcnwFg3Gl/VqKWlYAkvF3Y=";
};
build-system = [ setuptools ];