Unverified Commit f1ecab69 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.grep-ast: 0.8.1 -> 0.9.0 (#407524)

parents 87effc43 e5e0cfbb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "grep-ast";
  version = "0.8.1";
  version = "0.9.0";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "grep_ast";
    hash = "sha256-j68oX0QEKvR9xqRfHh+AKYZgSFY9dYpxmwU5ytJkGH8=";
    hash = "sha256-YgokKkST5nITONHJpsI0rmUfh3T0kkptz5D2hl1LLuM=";
  };

  build-system = [ setuptools ];