Commit 2031da24 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 5abb39e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "vt-py";
  version = "0.20.0";
  version = "0.21.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "VirusTotal";
    repo = "vt-py";
    tag = version;
    hash = "sha256-5go6O5V8mY1Ph3peF6ISJ63/cnhNtDIlgeLztp2zpkY=";
    hash = "sha256-hp9MjFSakFezlT/rTHa70KrL3VShhpayXaK88LxY7I4=";
  };

  postPatch = ''