trustymail: 1.1.0 -> 1.2.0 (#453044)

This commit is contained in:
Fabian Affolter
2025-10-18 06:21:47 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "trustymail";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "cisagov";
repo = "trustymail";
tag = "v${version}";
hash = "sha256-t8Z/jMCqxqCpurQWejT7tnW9l0xMkgsD6Dfe5PZ9OqA=";
hash = "sha256-EA8RomXREDAHZIuq8x+t6w7V1ErUOuuo0TUyaxIgdR8=";
};
build-system = with python3.pkgs; [ setuptools ];