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

python310Packages.google-re2: 0.2.20220601 -> 1.0
This commit is contained in:
Mario Rodas 2022-10-28 22:24:00 -05:00 committed by GitHub
commit d58d79c95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [