python3Packages.scapy: 2.4.5 -> 2.5.0

Diff: https://github.com/secdev/scapy/compare/v2.4.5...v2.5.0

Changelog: https://github.com/secdev/scapy/releases/tag/v2.5.0
This commit is contained in:
Daniel Nagy 2022-12-26 15:30:00 +01:00 committed by Bjørn Forsman
parent faedb426b9
commit a753a42596

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "scapy";
version = "2.4.5";
version = "2.5.0";
disabled = isPyPy;
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "secdev";
repo = "scapy";
rev = "v${version}";
sha256 = "0nxci1v32h5517gl9ic6zjq8gc8drwr0n5pz04c91yl97xznnw94";
sha256 = "sha256-xJlovcxUQOQHfOU0Jgin/ayd2T5fOyeN4Jg0DbLHoeU=";
};
patches = [