Unverified Commit ac86bfcc authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.lizard: 1.20.0 -> 1.21.2 (#497477)

parents 3f26f97d 34330961
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "lizard";
  version = "1.20.0";
  version = "1.21.2";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "terryyin";
    repo = "lizard";
    tag = version;
    hash = "sha256-HNpCg/ScD0aDdpVXA9Nb9QU+4ww6Kp2qIeu9Lj0O7A4=";
    hash = "sha256-tWjX3QSVUB2YhsW3010aKPN3iJDr6aejAp0RkC/CcNE=";
  };

  propagatedBuildInputs = [