Unverified Commit 5515a048 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.iocsearcher: 2.4.8 -> 2.5.7 (#468532)

parents bb5281a4 2640712d
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -15,24 +15,20 @@
  pdfminer-six,
  phonenumbers,
  python-magic,
  pythonOlder,
  readabilipy,
  setuptools,
}:

buildPythonPackage rec {
  pname = "iocsearcher";
  version = "2.4.8";
  version = "2.5.7";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "malicialab";
    repo = "iocsearcher";
    # https://github.com/malicialab/iocsearcher/issues/6
    rev = "be29cb4090284155b49a358e7fe2d24371b6a981";
    hash = "sha256-LMpFK1Z1KaKUCm/X9Sh+Gp9GNKrGWp7N4UjAOVkhmSU=";
    tag = "v${version}";
    hash = "sha256-qykPMtdGjys6d1cdP6cM/lmtU5WR/jk9tc9g+8uc31E=";
  };

  build-system = [ setuptools ];