python310Packages.pwntools: 4.10.0 -> 4.11.0
This commit is contained in:
parent
dc1834e25c
commit
5bcb7789c6
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ let
|
|||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pwntools";
|
||||
version = "4.10.0";
|
||||
version = "4.11.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-WI6J6meFJ8C1tsru7n524xNS544vHPPdp7yaz1JuRG0=";
|
||||
hash = "sha256-qF8ed380P5HiIdF14VI9AG7vHIEGwQ/S4zgoC6snP6Y=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue