Robert Schütz
2025-01-27 19:13:47 -08:00
parent 09037dee8a
commit 184a9ae292
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "imap-tools";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ikvk";
repo = "imap_tools";
tag = "v${version}";
hash = "sha256-2frJqHKIOuERC8G6fJwJOdxcWHRQRRy1BxfZDrVhXEU=";
hash = "sha256-tlShiI90PAbWztrL5PgmE1D+/h6bUoSxAHxwGlQHvus=";
};
build-system = [ setuptools ];