python310Packages.nmapthon2: 0.1.3 -> 0.1.5

This commit is contained in:
R. Ryantm 2022-01-24 17:02:13 +00:00
parent e7dbfd7ece
commit 2b90fea78c

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "nmapthon2";
version = "0.1.3";
version = "0.1.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "cblopez";
repo = pname;
rev = "v${version}";
hash = "sha256-t4gAcDwHHejfipQmJvMLhKmdz8D6UN/Mmsrhpq0cygY=";
hash = "sha256-4Na75TdKDywUomJF4tDWUWwCCtcOSxBUMOF7+FDhbpY=";
};
checkInputs = [