summaryrefslogtreecommitdiff
path: root/gnu/packages/sphinx.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-06-18 15:21:21 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-06-18 15:48:36 +0200
commit93253411d6a55ebdcd91de2c6eb80e1c9134d12a (patch)
tree1941831ef8475e40ddea5ca0afb87bcbc7b48a63 /gnu/packages/sphinx.scm
parent4e24e442f2c9629edf08bef30ec98959da950189 (diff)
downloadguix-patches-93253411d6a55ebdcd91de2c6eb80e1c9134d12a.tar
guix-patches-93253411d6a55ebdcd91de2c6eb80e1c9134d12a.tar.gz
gnu: python-babel: Update to 2.7.0.
* gnu/packages/python-xyz.scm (python-babel): Update to 2.7.0. (python2-babel-2.6): New variable. * gnu/packages/sphinx.scm (python2-sphinx)[propagated-inputs]: Change PYTHON2-BABEL to PYTHON2-BABEL-2.6.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r--gnu/packages/sphinx.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 0b86398a68..a9475ab87b 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -132,7 +132,7 @@ sources.")
("python2-imagesize" ,python2-imagesize)
("python2-sphinx-alabaster-theme"
,python2-sphinx-alabaster-theme)
- ("python2-babel" ,python2-babel)
+ ("python2-babel" ,python2-babel-2.6)
("python2-snowballstemmer" ,python2-snowballstemmer)
("python2-docutils" ,python2-docutils)
("python2-jinja2" ,python2-jinja2)