Merge pull request #32301 from ckauhaus/submit/vulnix-1.4.0

vulnix: 1.3.4 -> 1.4.0
This commit is contained in:
Orivej Desh 2017-12-04 10:09:20 +00:00 committed by GitHub
commit f1e16171bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
pythonPackages.buildPythonApplication rec { pythonPackages.buildPythonApplication rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "vulnix"; pname = "vulnix";
version = "1.3.4"; version = "1.4.0";
src = pythonPackages.fetchPypi { src = pythonPackages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1js1i86pgkkqc9yzp1rck7rmaz79klv4048r9z7v56fam0a6sg05"; sha256 = "19kfqxlrigrgwn74x06m70ar2fhyhic5kfmdanjwjcbaxblha3l8";
}; };
buildInputs = with pythonPackages; [ flake8 pytest pytestcov ]; buildInputs = with pythonPackages; [ flake8 pytest pytestcov ];