mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
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:
parent
faedb426b9
commit
a753a42596
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user