about summary refs log tree commit diff
path: root/pkgs/development/python2-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-09 01:53:28 +0200
committerGitHub <noreply@github.com>2022-05-09 01:53:28 +0200
commit7169abf52fedeefe18ff2517a5b6ef7bac93ad15 (patch)
tree27be41f2372bbd6a621eb882c4fea9f49af8dda8 /pkgs/development/python2-modules
parent7b7a5816fc60adfa991351e899f0b88a8f32af06 (diff)
python310Packages.babel: 2.9.1 -> 2.10.1 (#171867)
Diffstat (limited to 'pkgs/development/python2-modules')
-rw-r--r--pkgs/development/python2-modules/sphinx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python2-modules/sphinx/default.nix b/pkgs/development/python2-modules/sphinx/default.nix
index 0424b9b4c39b2..80dec05310854 100644
--- a/pkgs/development/python2-modules/sphinx/default.nix
+++ b/pkgs/development/python2-modules/sphinx/default.nix
@@ -13,7 +13,7 @@
 , jinja2
 , pygments
 , alabaster
-, Babel
+, babel
 , snowballstemmer
 , six
 , sqlalchemy
@@ -46,7 +46,7 @@ buildPythonPackage rec {
     jinja2
     pygments
     alabaster
-    Babel
+    babel
     setuptools
     snowballstemmer
     six