summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2026-01-18 23:31:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2026-01-18 23:31:14 +0000
commitcd0fafc603a5d6386a97ada07d17be7155998cb9 (patch)
treeff018747a8f4092f319662b4b4a6d22ea6a3a13c
parentfef8c21ff7b88b7088e88dd57518a638b2d3ec68 (diff)
python3Packages.types-regex: 2025.11.3.20251106 -> 2026.1.15.20260116
-rw-r--r--pkgs/development/python-modules/types-regex/default.nix4
1 files 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 fd6ddb3c846f..3853f855eb49 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.11.3.20251106";
+ version = "2026.1.15.20260116";
pyproject = true;
src = fetchPypi {
pname = "types_regex";
inherit version;
- hash = "sha256-X5go7TmlpScntjf5P38PkJ1W+iIRYE7MIT/Ou1CbnVA=";
+ hash = "sha256-cVGpvMW7+ez8z4M1xFGsqCBPWgmS4GIqr69IKHbO5Pc=";
};
build-system = [