python3Packages.regex: 2024.5.15 -> 2024.9.11

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:11 +02:00
parent d3048a8d82
commit 7ae679a8d5
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "regex";
version = "2024.5.15";
version = "2024.9.11";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-0+4C2eX0gsyDCRNKke6qy90iYboRGw/vN0jutJE+aiw=";
hash = "sha256-bBiMMH6EM7y2PcGRUCLetVO0IDpwci/FQsNjvxIKAf0=";
};
checkPhase = ''