Unverified Commit 55200bca authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.pwntools: 4.14.1 -> 4.15.0 (#451511)

parents 80cb0e25 4786eda0
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 = ''