python310Packages.google-re2: 1.0 -> 1.1

This commit is contained in:
R. Ryantm
2023-08-31 07:19:13 +00:00
parent 9b4d043ba2
commit 95f83b9fd7
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "google-re2";
version = "1.0";
version = "1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IcitwpY2DeH/QmuqOMcS6tpiLChY0ZXrSH5BXZQZTpE=";
hash = "sha256-06lGfuUrRqx3ypKPbQy+rM/ZLwPKDw9lud9qlRhPOhw=";
};
propagatedBuildInputs = [