Merge pull request #325653 from r-ryantm/auto-update/python312Packages.google-re2

python312Packages.google-re2: 1.1.20240601 -> 1.1.20240702
This commit is contained in:
OTABI Tomoya
2024-07-14 21:32:33 +09:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "google-re2";
version = "1.1.20240601";
version = "1.1.20240702";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_re2";
inherit version;
hash = "sha256-MYf2iFUwd1TUnzmOWDhT1bCNeD0/5mL2kWuZkHX34JU=";
hash = "sha256-h4jbafbJPLIp32LHSy2aqOZL91TpSVcA+FgSr6Mu/Ss=";
};
build-system = [ setuptools ];