3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #156559 from r-ryantm/auto-update/python3.10-nmapthon2

python310Packages.nmapthon2: 0.1.3 -> 0.1.5
This commit is contained in:
Fabian Affolter 2022-01-25 17:58:59 +01:00 committed by GitHub
commit 653d3b88cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [