Unverified Commit 09ef9a45 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.vivisect: 1.3.0 -> 1.3.2 (#507314)

parents 599c7faf 158a3169
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

buildPythonPackage rec {
  pname = "vivisect";
  version = "1.3.0";
  version = "1.3.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-sI/xlbodbud5GJ3s9atmDS1KOD7VYs7B3OdYCx1NgE4=";
    hash = "sha256-UQryZ4aGVEr5vRLElmTwRNtgi3h6CPzzq5n+E58tuo8=";
  };

  pythonRelaxDeps = [