Merge pull request #268167 from fabaff/pwntools-bump

python311Packages.pwntools: 4.11.0 -> 4.11.1
This commit is contained in:
Fabian Affolter 2023-11-19 09:09:35 +01:00 committed by GitHub
commit ac514670cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,11 @@ let
in
buildPythonPackage rec {
pname = "pwntools";
version = "4.11.0";
version = "4.11.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-qF8ed380P5HiIdF14VI9AG7vHIEGwQ/S4zgoC6snP6Y=";
hash = "sha256-7hnjX721t0YzKcJ75R+tEfUI6E9bxMYXUEtI56GDZP0=";
};
postPatch = ''