python3Packages.pwntools: 4.3.1 -> 4.5.0

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
This commit is contained in:
Pamplemousse 2021-05-14 17:34:33 -07:00 committed by Benno Fünfstück
parent 4f77a0e08e
commit 83d907fd76

View file

@ -8,6 +8,7 @@
, pygments
, ROPGadget
, capstone
, colored-traceback
, paramiko
, pip
, psutil
@ -15,6 +16,7 @@
, pyserial
, dateutil
, requests
, rpyc
, tox
, unicorn
, intervaltree
@ -25,12 +27,12 @@ let
debuggerName = lib.strings.getName debugger;
in
buildPythonPackage rec {
version = "4.3.1";
version = "4.5.0";
pname = "pwntools";
src = fetchPypi {
inherit pname version;
sha256 = "12ja913kz8wl4afrmpzxh9fx6j7rcwc2vqzkvfr1fxn42gkqhqf4";
sha256 = "sha256-IWHMorSASG/po8ib1whS3xPuoUUlD0tbbWI35DI2SIY=";
};
postPatch = ''
@ -55,6 +57,7 @@ buildPythonPackage rec {
pygments
ROPGadget
capstone
colored-traceback
paramiko
pip
psutil
@ -62,6 +65,7 @@ buildPythonPackage rec {
pyserial
dateutil
requests
rpyc
tox
unicorn
intervaltree