Merge pull request #113755 from r-ryantm/auto-update/python3.7-flufl.i18n

python37Packages.flufl_i18n: 3.1.4 -> 3.1.5

authored by

Martin Weinelt and committed by
GitHub
bd9fd9c2 3a564911

+2 -2
+2 -2
pkgs/development/python-modules/flufl/i18n.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "flufl.i18n"; 5 - version = "3.1.4"; 5 + version = "3.1.5"; 6 6 7 7 propagatedBuildInputs = [ atpublic ]; 8 8 ··· 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "e19036292a825a69f0e0a87566d1628830c69eecd3b0295d22f582039477a6bb"; 15 + sha256 = "b7016000a4d9d366866e776947b777dbe2b1532c990efeef58922b3e7bcab36e"; 16 16 }; 17 17 }