Merge pull request #66080 from r-ryantm/auto-update/python3.7-pypcap

python37Packages.pypcap: 1.2.2 -> 1.2.3
This commit is contained in:
Mario Rodas 2019-08-05 21:31:08 -05:00 committed by GitHub
commit 7892ddf39f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pypcap";
version = "1.2.2";
version = "1.2.3";
src = fetchPypi {
inherit pname version;
sha256 = "07ww25z4xydp11hb38halh1940gmp5lca11hwfb63zv3bps248x3";
sha256 = "1w5i79gh7cswvznr8rhilcmzhnh2y5c4jwh2qrfnpx05zqigm1xd";
};
patches = [