trueseeing: 2.2.2 -> 2.2.4

This commit is contained in:
Matteo Pacini
2024-11-06 13:22:51 +00:00
parent fb96da56b3
commit 4329e514c1
+4 -3
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "trueseeing";
version = "2.2.2";
version = "2.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "alterakey";
repo = "trueseeing";
rev = "refs/tags/v${version}";
hash = "sha256-5IHJXlpHZJFKj7rdmRsWA5FXZFJf3usGsLgXx1cYEmU=";
hash = "sha256-2KELqHa6lw9wdJBaC90vTZSjD7tfkr3K6yDNhqBQrR0=";
};
build-system = with python3.pkgs; [
@@ -24,12 +24,13 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
aiohttp
asn1crypto
attrs
importlib-metadata
jinja2
lief
lxml
progressbar2
prompt-toolkit
pyaxmlparser
pypubsub
pyyaml
termcolor