python37Packages.dpkt: 1.9.1 -> 1.9.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dpkt/versions
This commit is contained in:
R. RyanTM 2018-12-24 14:48:22 -08:00 committed by Frederik Rietdijk
parent 1920ca6a16
commit 106d46a0f3

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "dpkt";
version = "1.9.1";
version = "1.9.2";
src = fetchPypi {
inherit pname version;
sha256 = "0rr9ygczhxkfb61778jx0cxs0sq46zwlcj5l3wn6xmd3iy3yx9y6";
sha256 = "0m0ym219zsqfjl6jwivw5as3igjbmhpcn4dvabc5nkd0bk6jxaaj";
};
meta = with stdenv.lib; {