Merge pull request #306725 from r-ryantm/auto-update/python311Packages.vt-py

python311Packages.vt-py: 0.18.1 -> 0.18.2
This commit is contained in:
Fabian Affolter 2024-04-25 15:16:04 +02:00 committed by GitHub
commit c6db429976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.18.1";
version = "0.18.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = "vt-py";
rev = "refs/tags/${version}";
hash = "sha256-rWzANh7tkayFR6V3JaF3BLhIjUlnrPMmEmI36Ncqz2M=";
hash = "sha256-Uspd422JlBKlsD/K7NciYhYUb12wInN/Z7zTw7aYP28=";
};
postPatch = ''