lol

python3Packages.regex: 2021.9.24 -> 2021.9.30

+2 -2
+2 -2
pkgs/development/python-modules/regex/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "regex"; 10 - version = "2021.9.24"; 10 + version = "2021.9.30"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-Ymb95XbhI1eyUJY1GqwrS4gLAGYmPnvHqaG0MHmRuw4="; 14 + sha256 = "81e125d9ba54c34579e4539a967e976a3c56150796674aec318b1b2f49251be7"; 15 15 }; 16 16 17 17 # Sources for different Python releases are located in same folder