Commit 50418bb8 authored by R. RyanTM's avatar R. RyanTM
Browse files

pwntools: 4.13.0 -> 4.13.1

parent dd89098d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''