Commit 4786eda0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pwntools: 4.14.1 -> 4.15.0

parent a132f087
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.14.1";
  version = "4.15.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-YPBJdtFyISDRi51QVTQIoCRmS1z4iPNvJYr8pL8DXKw=";
    hash = "sha256-2ZqRcpjBynJBtRu6mtIhLyr0Qe9mSIBZskJlCOmip3Y=";
  };

  postPatch = ''