python3Packages.regex: 2022.3.2 -> 2022.3.15

This commit is contained in:
Fabian Affolter 2022-03-23 16:54:45 +01:00
parent 64dd03dc54
commit 1be45287bd

View file

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