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:
Martin Weinelt
2025-04-03 23:12:50 +02:00
parent fa2571c793
commit d1d1bc15dd
@@ -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 = ''