trustymail: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-12-05 13:30:05 +00:00
parent 1177aa56e1
commit 832e582d97
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "trustymail";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "cisagov";
repo = "trustymail";
tag = "v${version}";
hash = "sha256-EA8RomXREDAHZIuq8x+t6w7V1ErUOuuo0TUyaxIgdR8=";
hash = "sha256-NF89Am/sG3Ruaws2SUofrbLoEiKdYpgPuXIAKjst9hk=";
};
build-system = with python3.pkgs; [ setuptools ];