pwntools: 4.2.1 -> 4.2.2

This commit is contained in:
R. RyanTM 2020-10-25 04:12:47 +00:00 committed by Jon
parent 6aa1757d3f
commit 3b8c31e301

View File

@ -24,12 +24,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.2.1"; version = "4.2.2";
pname = "pwntools"; pname = "pwntools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1fh7sq9wrcfvn44qryln9cyg99pilvyq9bp80758lgdd6ss6hdqd"; sha256 = "0iv802v67x2fy35q7m27j6xnz94l3w509z8c1286schgav1dw7f4";
}; };
# Upstream has set an upper bound on unicorn because of https://github.com/Gallopsled/pwntools/issues/1538, # Upstream has set an upper bound on unicorn because of https://github.com/Gallopsled/pwntools/issues/1538,