[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/34: gnu: python-sphinx: Update to 4.0.1.
From: |
guix-commits |
Subject: |
03/34: gnu: python-sphinx: Update to 4.0.1. |
Date: |
Sat, 22 May 2021 11:16:26 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 582537d9309664cfe86e3bb4309e5f979f9c7b52
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri May 14 11:29:42 2021 +0200
gnu: python-sphinx: Update to 4.0.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.1.
---
gnu/packages/sphinx.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 4aeed10..6a96369 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -52,14 +52,14 @@
(define-public python-sphinx
(package
(name "python-sphinx")
- (version "3.3.1")
+ (version "4.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Sphinx" version))
(sha256
(base32
- "0023vc2i29pjxmvdqbz1wdbi7gbj56y1br1b2z8h8wa44li5k38y"))))
+ "0k0bfjw4f76k2yyz8k2rl3s66ig2mn7y13m8dzqbgckifmvh8lfg"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch core-updates updated (0fb80f3 -> fcf45f8), guix-commits, 2021/05/22
- 02/34: gnu: python-pyopenssl: Update to 20.0.1., guix-commits, 2021/05/22
- 01/34: gnu: java.scm: Adjust to new #:disallowed-references convention., guix-commits, 2021/05/22
- 05/34: gnu: libical: Update to 3.0.10., guix-commits, 2021/05/22
- 09/34: gnu: gtkmm: Fix build failure., guix-commits, 2021/05/22
- 10/34: gnu: Meson: Remove special versions., guix-commits, 2021/05/22
- 07/34: gnu: cairomm@1.13: Update to 1.14.2., guix-commits, 2021/05/22
- 03/34: gnu: python-sphinx: Update to 4.0.1.,
guix-commits <=
- 04/34: gnu: cairomm: Do not propagate fontconfig., guix-commits, 2021/05/22
- 06/34: gnu: ATLAS: Fix build with GCC 10., guix-commits, 2021/05/22
- 11/34: gnu: meson: Update to 0.58.0., guix-commits, 2021/05/22
- 15/34: gnu: util-linux: Disable setarch test on all architectures., guix-commits, 2021/05/22
- 16/34: gnu: boost: Update to 1.76.0., guix-commits, 2021/05/22
- 17/34: gnu: autoconf: Remove unnecessary conditional., guix-commits, 2021/05/22
- 19/34: gnu: help2man: Update to 1.48.3., guix-commits, 2021/05/22
- 21/34: gnu: libuv: Update to 1.41.0., guix-commits, 2021/05/22
- 22/34: gnu: Tcl/Tk: Update to 8.6.11., guix-commits, 2021/05/22
- 20/34: gnu: libfaketime: Use absolute 'date' reference., guix-commits, 2021/05/22