Unverified Commit 4ac8aa0f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

trustymail: 1.2.0 -> 1.2.1 (#468104)

parents 89d8c9d9 832e582d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];