From d35141d3dc9afd459a0eb4e822ceada4f589053d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Feb 2024 21:01:33 +0100 Subject: trueseeing: 2.1.10 -> 2.2.1 Diff: https://github.com/alterakey/trueseeing/compare/refs/tags/v2.1.10...v2.2.1 Changelog: https://github.com/alterakey/trueseeing/releases/tag/v2.2.1 --- pkgs/tools/security/trueseeing/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/security/trueseeing') diff --git a/pkgs/tools/security/trueseeing/default.nix b/pkgs/tools/security/trueseeing/default.nix index 5feccbb2d8be..ef0026f870f0 100644 --- a/pkgs/tools/security/trueseeing/default.nix +++ b/pkgs/tools/security/trueseeing/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "trueseeing"; - version = "2.1.10"; + version = "2.2.1"; pyproject = true; src = fetchFromGitHub { owner = "alterakey"; repo = "trueseeing"; rev = "refs/tags/v${version}"; - hash = "sha256-q7hUsBmTRPizmNWueFtFDc5t7rd1evMrBj3oX1Q2VfM="; + hash = "sha256-bgvnzCcxRiJnjcHVbcIA6YfpCOIDTLD5tQae/0Tqk4E="; }; nativeBuildInputs = with python3.pkgs; [ @@ -23,12 +23,16 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = true; propagatedBuildInputs = with python3.pkgs; [ + asn1crypto attrs + importlib-metadata jinja2 lxml + progressbar2 pypubsub pyyaml termcolor + zstandard ]; # Project has no tests -- cgit 1.4.1