Commit 4329e514 authored by Matteo Pacini's avatar Matteo Pacini
Browse files

trueseeing: 2.2.2 -> 2.2.4

parent fb96da56
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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