python312Packages.google-re2: 1.1.20240601 -> 1.1.20240702

This commit is contained in:
R. Ryantm 2024-07-08 21:20:24 +00:00
parent 655a58a72a
commit b8d4ed97da

View File

@ -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 ];