Unverified Commit 501dee16 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

modelscan: 0.8.5 -> 0.8.8 (#491988)

parents a068ff4f 9757ae74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "modelscan";
  version = "0.8.5";
  version = "0.8.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "protectai";
    repo = "modelscan";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8VupkPiHebVtOqMdtkBflAI1zPRdDSvHCEq3ghjASaE=";
    hash = "sha256-mN2X6Zbai7xm8bdr2hi9fwzIsfQtukeGcOIS32G4hA0=";
  };

  pythonRelaxDeps = [ "rich" ];