From 033768b72fb64fef84c7ce0c51fff2e63609c97f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 27 Sep 2025 15:20:26 +0000 Subject: [PATCH] python3Packages.types-regex: 2025.9.1.20250903 -> 2025.9.18.20250921 --- pkgs/development/python-modules/types-regex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-regex/default.nix b/pkgs/development/python-modules/types-regex/default.nix index 5925a5b27e56..669d7361fca4 100644 --- a/pkgs/development/python-modules/types-regex/default.nix +++ b/pkgs/development/python-modules/types-regex/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-regex"; - version = "2025.9.1.20250903"; + version = "2025.9.18.20250921"; pyproject = true; src = fetchPypi { pname = "types_regex"; inherit version; - hash = "sha256-IwEW9ktcCLBhCdlQCG5V/ICbiipdE+gCGKx880+arIQ="; + hash = "sha256-4XAMIbHDEpDkpt1iWE7R8dadcE7RZ2toqO2i0dJCDD8="; }; build-system = [