Unverified Commit d58d79c9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #197667 from r-ryantm/auto-update/python310Packages.google-re2

python310Packages.google-re2: 0.2.20220601 -> 1.0
parents 531d980a 7cf9baa7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "google-re2";
  version = "0.2.20220601";
  version = "1.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zBCYPcqgsyYKTNHAfHrcH6aWfbz6zJwajxHkwRjHeQU=";
    hash = "sha256-IcitwpY2DeH/QmuqOMcS6tpiLChY0ZXrSH5BXZQZTpE=";
  };

  propagatedBuildInputs = [