python3Packages.imap-tools: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2025-07-04 12:57:27 +00:00
parent 55dc7f4585
commit e588b1af4c

View File

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