python3Packages.types-regex: 2026.6.28.20260630 -> 2026.7.10.20260711 (#543355)

This commit is contained in:
Yohann Boniface
2026-07-20 00:20:41 +00:00
committed by GitHub

View File

@@ -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 ];