python3Packages.imap-tools: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm
2026-01-15 19:23:49 +00:00
parent fb34f684a5
commit 1e3dc605de
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "imap-tools";
version = "1.11.0";
version = "1.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ikvk";
repo = "imap_tools";
tag = "v${version}";
hash = "sha256-8oPiCFoJ0mV7ZnteM9lufIbxwA/7hV91959weEx/e30=";
hash = "sha256-6DvK8X/P6ZksR9k7sd0RJXbFtrk3Zbyt+CT73j/Ej3M=";
};
build-system = [ setuptools ];