python310Packages.impacket: 0.9.24 -> 0.10.0

This commit is contained in:
R. Ryantm 2022-05-05 10:24:38 +00:00
parent 2fb40c0bad
commit 3b26a349c0

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "impacket";
version = "0.9.24";
version = "0.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GNVX04f0kU+vpzmBO5FyvD+L2cA26Tv1iajg67cwS7o=";
hash = "sha256-uOsCCiy7RxRmac/jHGS7Ln1kmdBJxJPWQYuXFvXHRYM=";
};
propagatedBuildInputs = [