pwntools: 4.13.0 -> 4.13.1 (#345935)

This commit is contained in:
OTABI Tomoya 2024-10-04 22:05:35 +09:00 committed by GitHub
commit e00796610d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,12 +33,12 @@ let
in
buildPythonPackage rec {
pname = "pwntools";
version = "4.13.0";
version = "4.13.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-HVyiU4PsEPtk4o0ULB2Gj5HqHFOpPTUx0wFdgwgo08M=";
hash = "sha256-szInJftQMdwwll44VQc2CNmr900qv5enLGfUSq3843w=";
};
postPatch = ''