lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.types-regex: 2025.9.1.20250903 -> 2025.9.18.20250921 (#446681)

authored by

Fabian Affolter and committed by
GitHub
638e1bf5 8a92529f

+2 -2
+2 -2
pkgs/development/python-modules/types-regex/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-regex"; 10 - version = "2025.9.1.20250903"; 10 + version = "2025.9.18.20250921"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "types_regex"; 15 15 inherit version; 16 - hash = "sha256-IwEW9ktcCLBhCdlQCG5V/ICbiipdE+gCGKx880+arIQ="; 16 + hash = "sha256-4XAMIbHDEpDkpt1iWE7R8dadcE7RZ2toqO2i0dJCDD8="; 17 17 }; 18 18 19 19 build-system = [