Skip to content

Commit c0e7f06

Browse files
authored
python313Packages.vt-py: 0.20.0 -> 0.21.0 (#411902)
2 parents 15ec5fa + 2031da2 commit c0e7f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/vt-py/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "vt-py";
17-
version = "0.20.0";
17+
version = "0.21.0";
1818
pyproject = true;
1919

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

2929
postPatch = ''

0 commit comments

Comments
 (0)