guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

74/285: gnu: python-sphinx: Update to 2.3.1.


From: guix-commits
Subject: 74/285: gnu: python-sphinx: Update to 2.3.1.
Date: Sun, 29 Dec 2019 20:44:03 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 3573cf86fda76fab79571ae69a0fb942bc832b8f
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:20:33 2019 -0600

    gnu: python-sphinx: Update to 2.3.1.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 2.3.1.
---
 gnu/packages/sphinx.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index a3958d2..c76a145 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2019 Alexandros Theodotou <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]