python310Packages.google-re2: 0.2.20220601 -> 1.0

This commit is contained in:
R. Ryantm 2022-10-25 05:05:25 +00:00
parent eb8bbdc773
commit 7cf9baa7e3

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