Merge pull request #54114 from r-ryantm/auto-update/python3.7-perf

python37Packages.perf: 1.5.1 -> 1.6.0
This commit is contained in:
Jörg Thalheim 2019-01-17 09:18:15 +00:00 committed by GitHub
commit dda13d75ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "perf"; pname = "perf";
version = "1.5.1"; version = "1.6.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "5aae76e58bd3edd0c50adcc7c16926ebb9ed8c0e5058b435a30d58c6bb0394a8"; sha256 = "1vrv83v8rhyl51yaxlqzw567vz5a9qwkymk3vqvcl5sa2yd3mzgp";
}; };
checkInputs = [ nose psutil ] ++ checkInputs = [ nose psutil ] ++