python310Packages.babel: 2.9.1 -> 2.10.1 (#171867)

This commit is contained in:
Sandro
2022-05-09 01:53:28 +02:00
committed by GitHub
parent 7b7a5816fc
commit 7169abf52f
39 changed files with 87 additions and 85 deletions
@@ -8,7 +8,7 @@
, markupsafe
# extras: Babel
, Babel
, babel
# tests
, mock
@@ -32,7 +32,7 @@ buildPythonPackage rec {
passthru.extras-require = {
babel = [
Babel
babel
];
};