Unverified Commit 3fb497cc authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

python312Packages.google-re2: 1.1.20240601 -> 1.1.20240702
parents dbd890ac b8d4ed97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];