Revert "python3Packages.regex: 2022.3.2 -> 2022.3.15"

This reverts commit 1be45287bd.

Completely breaks dateparser.
This commit is contained in:
Martin Weinelt 2022-04-01 05:43:08 +02:00
parent 349e9dae04
commit 27c0f6efa9

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "regex";
version = "2022.3.15";
version = "2022.3.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Cnt1zHu0zAM0OABT5GccVg4xJyydLVpsS46a4sm9D4I=";
hash = "sha256-eeWvH/JYvA/gvdb2m8SuM5NaiY48vvu8zyLoiif6BTs=";
};
checkPhase = ''