python3Packages.pwntools: 4.14.1 -> 4.15.0 (#451511)

This commit is contained in:
Sandro
2026-01-19 15:13:27 +00:00
committed by GitHub
@@ -33,12 +33,12 @@ let
in
buildPythonPackage rec {
pname = "pwntools";
version = "4.14.1";
version = "4.15.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-YPBJdtFyISDRi51QVTQIoCRmS1z4iPNvJYr8pL8DXKw=";
hash = "sha256-2ZqRcpjBynJBtRu6mtIhLyr0Qe9mSIBZskJlCOmip3Y=";
};
postPatch = ''