Skip to content

Commit f0a98d8

Browse files
r-ryantmFRidh
authored andcommitted
python27Packages.dpkt: 1.9.2 -> 1.9.3
1 parent 37e277b commit f0a98d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/dpkt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildPythonPackage rec {
44
pname = "dpkt";
5-
version = "1.9.2";
5+
version = "1.9.3";
66

77
src = fetchPypi {
88
inherit pname version;
9-
sha256 = "0m0ym219zsqfjl6jwivw5as3igjbmhpcn4dvabc5nkd0bk6jxaaj";
9+
sha256 = "18jcanxpzkd5n2gjbfpwbvvkm1hpxr59463z28py23vkbx57wmvg";
1010
};
1111

1212
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)