lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.google-re2: update disabled

authored by

Fabian Affolter and committed by
GitHub
3277291c 95f83b9f

+1 -1
+1 -1
pkgs/development/python-modules/google-re2/default.nix
··· 12 12 version = "1.1"; 13 13 format = "setuptools"; 14 14 15 - disabled = pythonOlder "3.7"; 15 + disabled = pythonOlder "3.8"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version;