diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:20:33 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:20:33 -0600 |
commit | 0066f6be05f3bb1d8d40aa84065a739e66589cd0 (patch) | |
tree | 71419aba08494a33a2ff75588ff044375e94978a /gnu/packages | |
parent | d8de20a3a666a7c063ac94f067dbebf3b546b00d (diff) |
gnu: python-sphinx: Update to 2.3.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 2.3.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/sphinx.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index a3958d2c9b..c76a1453b2 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2019 Alexandros Theodotou <alex@zrythm.org> +;;; Copyright © 2019 Brett Gilio <brettg@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -47,14 +48,14 @@ (define-public python-sphinx (package (name "python-sphinx") - (version "2.2.0") + (version "2.3.1") (source (origin (method url-fetch) (uri (pypi-uri "Sphinx" version)) (sha256 (base32 - "0ig8s94xg0p6h9y5s3ns9x8i10b24ihzvs65b5jwrhrgih7nnn0d")))) + "19a28nsb0w4bs6k8rdfyk6vzrcwdpvhs2wq77rgpmww59yvndrz6")))) (build-system python-build-system) (arguments `(#:phases |