python3Packages.types-regex: 2026.6.28.20260630 -> 2026.7.10.20260711

This commit is contained in:
R. Ryantm
2026-07-18 23:27:42 +00:00
parent 1957116e72
commit 9abf76a77d
@@ -7,13 +7,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-regex";
version = "2026.6.28.20260630";
version = "2026.7.10.20260711";
pyproject = true;
src = fetchPypi {
pname = "types_regex";
inherit (finalAttrs) version;
hash = "sha256-X6/kNLV409d2QKq5SKPr/J7+pyNBK/rlVRs/VQhqtqc=";
hash = "sha256-mqGxQgYK3V1KT0IUbry3DgHnsniefORzJVMj88Xu3e0=";
};
build-system = [ setuptools ];