Commit 32f53a46 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.otxv2: 1.41 -> 1.5.12

parent bbd6414d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "otxv2";
  version = "1.41";
  version = "1.5.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AlienVault-OTX";
    repo = "OTX-Python-SDK";
    tag = version;
    hash = "sha256-ifBDvUXTEQZo8DY2YD5DrH6rFJSjAhKAKCBOpG8+/zE=";
    hash = "sha256-JAjBXNsX0Cuni+4L6I1RuaSfors5cBAZ2krPLhIFluY=";
  };

  build-system = [ setuptools ];