python3Packages.types-regex: 2026.1.15.20260116 -> 2026.2.19.20260221

This commit is contained in:
R. Ryantm
2026-02-23 08:08:15 +00:00
parent 7e04758e1f
commit 00941b671e
@@ -7,13 +7,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-regex";
version = "2026.1.15.20260116";
version = "2026.2.19.20260221";
pyproject = true;
src = fetchPypi {
pname = "types_regex";
inherit (finalAttrs) version;
hash = "sha256-cVGpvMW7+ez8z4M1xFGsqCBPWgmS4GIqr69IKHbO5Pc=";
hash = "sha256-u+fQHX/c3O2nu+Kz4TUL556ddY9h+YqnsEgczFXOZ8s=";
};
build-system = [ setuptools ];