python3Packages.regex: 2022.3.2 -> 2022.9.13

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:19 +02:00
parent c2335e7e45
commit e6e6559b1d

View File

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