python3Packages.regex: 2025.11.3 -> 2026.1.15

https://github.com/mrabarnett/mrab-regex/compare/2025.11.3...2026.1.15
This commit is contained in:
Martin Weinelt
2026-01-21 15:28:27 +01:00
parent 205929c17e
commit befea575ad
@@ -7,7 +7,7 @@
}:
let
version = "2025.11.3";
version = "2026.1.15";
in
buildPythonPackage {
pname = "regex";
@@ -18,7 +18,7 @@ buildPythonPackage {
owner = "mrabarnett";
repo = "mrab-regex";
tag = version;
hash = "sha256-KEn+8DoAAq2OBqnl7vluqn1UPBpIfmO1v4wxKUZrcyA=";
hash = "sha256-siSyt5maiAjeU4LjOLUo82ubsjtNCeRbdwgYu2DdwBE=";
};
build-system = [ setuptools ];