Unverified Commit f23331e5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.vt-py: 0.18.4 -> 0.19.0 (#361772)

parents 9dc5544d 443c0315
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
{
  lib,
  aiofiles,
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
@@ -13,7 +14,7 @@

buildPythonPackage rec {
  pname = "vt-py";
  version = "0.18.4";
  version = "0.19.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
    owner = "VirusTotal";
    repo = "vt-py";
    rev = "refs/tags/${version}";
    hash = "sha256-pMljLoJBSLq1UxXn+iOeiebWgVfdxW8uzdXPsZtANuw=";
    hash = "sha256-r6pEtq/GQzVY+gRzY2KZfSQEyp4ZoFRLBd8tlXp/aM8=";
  };

  postPatch = ''
@@ -35,7 +36,10 @@ buildPythonPackage rec {
  build-system = [ setuptools ];


  dependencies = [ aiohttp ];
  dependencies = [
    aiofiles
    aiohttp
  ];

  nativeCheckInputs = [
    flask