Unverified Commit 45303bf2 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

modelscan: 0.8.1 -> 0.8.3 (#372971)

parents 935d8c98 8b01bcec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "modelscan";
  version = "0.8.1";
  version = "0.8.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "protectai";
    repo = "modelscan";
    tag = "v${version}";
    hash = "sha256-90VnIVQFjtKgLCHc+tmOtDdgJP8aaH4h5ZiOOejnXgQ=";
    hash = "sha256-MhwXarjIHZgSC7G7+XevVyCflM/SiaNagJMhzLvs1Uc=";
  };

  build-system = with python3.pkgs; [