Skip to content

Commit b668585

Browse files
committedJul 19, 2017
python-pwntools: 3.7.0 -> 3.7.1
1 parent 60c9a4c commit b668585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/python-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -29481,11 +29481,11 @@ EOF
2948129481

2948229482
pwntools = buildPythonPackage rec {
2948329483
name = "pwntools-${version}";
29484-
version = "3.7.0";
29484+
version = "3.7.1";
2948529485

2948629486
src = pkgs.fetchurl {
2948729487
url = "mirror://pypi/p/pwntools/${name}.tar.gz";
29488-
sha256 = "1d2q42cmgh7l2k6l2gy4zllgj9a5qc59af3skp2b80hmv88h6vij";
29488+
sha256 = "1c0n97cf3nql3n6sxpbp43x1byhkgfbpbl2b22h8nllgb8n0z9l0";
2948929489
};
2949029490
propagatedBuildInputs = with self; [ Mako packaging pysocks pygments ROPGadget capstone paramiko pip psutil pyelftools pypandoc pyserial dateutil requests tox pkgs.pandoc unicorn intervaltree ];
2949129491

0 commit comments

Comments
 (0)