Unverified Commit c1a9ccb9 authored by cor's avatar cor
Browse files

python3Package.grep-ast: 0.4.1 -> 0.6.1

parent 0c6721ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "grep-ast";
  version = "0.4.1";
  version = "0.6.1";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "grep_ast";
    hash = "sha256-9wl+zyNDfAS8TtcISFsNQYlMGpxKmUEVlUK4xnxJpWM=";
    hash = "sha256-uQRYCpkUl6/UE1xRohfQAbJwhjI7x1KWc6HdQAPuJNA=";
  };

  build-system = [ setuptools ];