0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.dpkt: 1.9.7.2 -> 1.9.8

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:07 +02:00
parent 20d4ce6981
commit 4edab54f80

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "dpkt";
version = "1.9.7.2";
version = "1.9.8";
src = fetchPypi {
inherit pname version;
sha256 = "80f977667ebbad2b5c4f7b7f45ee8bea6622fb71723f68a9a8fe6274520c853b";
sha256 = "sha256-Q/hobkVdpQUoNf0e2iaJ1R3jZwqsl5mxsAz9IDkn7kU=";
};
# Project has no tests