Unverified Commit 1e9e13f4 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

python312Packages.pwntools: 4.13.1 -> 4.14.0 (#374798)

parent 2444d787
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.1";
  version = "4.14.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-szInJftQMdwwll44VQc2CNmr900qv5enLGfUSq3843w=";
    hash = "sha256-g7MkfeCD3/r6w79A9NFFVzLxbiXOMQX9CbVawPDRLoM=";
  };

  postPatch = ''