python3Packages.pwntools: 4.14.0 -> 4.14.1
https://github.com/Gallopsled/pwntools/releases/tag/4.14.1 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -33,12 +33,12 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pwntools";
|
||||
version = "4.14.0";
|
||||
version = "4.14.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-g7MkfeCD3/r6w79A9NFFVzLxbiXOMQX9CbVawPDRLoM=";
|
||||
hash = "sha256-YPBJdtFyISDRi51QVTQIoCRmS1z4iPNvJYr8pL8DXKw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user