lol

python311Packages.pwntools: 4.11.0 -> 4.11.1

Changelog: https://github.com/Gallopsled/pwntools/releases/tag/4.11.1

+2 -2
+2 -2
pkgs/development/python-modules/pwntools/default.nix
··· 29 29 in 30 30 buildPythonPackage rec { 31 31 pname = "pwntools"; 32 - version = "4.11.0"; 32 + version = "4.11.1"; 33 33 34 34 src = fetchPypi { 35 35 inherit pname version; 36 - hash = "sha256-qF8ed380P5HiIdF14VI9AG7vHIEGwQ/S4zgoC6snP6Y="; 36 + hash = "sha256-7hnjX721t0YzKcJ75R+tEfUI6E9bxMYXUEtI56GDZP0="; 37 37 }; 38 38 39 39 postPatch = ''