pwntools: 4.8.0 -> 4.9.0
This commit is contained in:
parent
c72f5995e4
commit
91e936ef2e
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@ let
|
||||||
debuggerName = lib.strings.getName debugger;
|
debuggerName = lib.strings.getName debugger;
|
||||||
in
|
in
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "4.8.0";
|
version = "4.9.0";
|
||||||
pname = "pwntools";
|
pname = "pwntools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-QgUuLYg3EOTh2gQekWdabXGftOXvLdJFyyhT2hEmkpA=";
|
sha256 = "sha256-7qZ9GC+RcEiDkpmNmy8d67dYiTgFBVAfB3B2RfrH5xI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue