[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/16: gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.
From: |
guix-commits |
Subject: |
12/16: gnu: python-sphinxcontrib-devhelp: Update to 1.0.2. |
Date: |
Mon, 9 Mar 2020 16:09:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ccac5118f7ce844e90798c23da2e1a0da696cc52
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 15:35:27 2020 +0100
gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.
* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 1.0.2.
---
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 4c5554f..711adf7 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -195,13 +195,13 @@ to code blocks.")
(define-public python-sphinxcontrib-devhelp
(package
(name "python-sphinxcontrib-devhelp")
- (version "1.0.1")
+ (version "1.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-devhelp" version))
(sha256
(base32
- "0d2a57kqxl72i55rns0ly1i044y2x234b9sdi89ajc3kjdvv0r3c"))))
+ "1r1qngsbjqbg4rj93kpj44qqy7n4x5khldkr0c3ffhlnggx1lzzz"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
- branch master updated (4227a73 -> 18d5964), guix-commits, 2020/03/09
- 01/16: gnu: libinput: Update to 1.15.3., guix-commits, 2020/03/09
- 03/16: gnu: man-db: Update to 2.9.1., guix-commits, 2020/03/09
- 07/16: gnu: perl-timedate: Update to 2.32., guix-commits, 2020/03/09
- 02/16: gnu: libseccomp: Update to 2.4.3., guix-commits, 2020/03/09
- 08/16: gnu: spice-protocol: Update to 0.14.1., guix-commits, 2020/03/09
- 10/16: gnu: youtube-dl: Update to 2020.03.08., guix-commits, 2020/03/09
- 11/16: gnu: python-sphinxcontrib-applehelp: Update to 1.0.2., guix-commits, 2020/03/09
- 12/16: gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.,
guix-commits <=
- 13/16: gnu: python-sphinxcontrib-htmlhelp: Update to 1.0.3., guix-commits, 2020/03/09
- 14/16: gnu: python-sphinxcontrib-qthelp: Update to 1.0.3., guix-commits, 2020/03/09
- 04/16: gnu: perl-datetime: Update to 1.52., guix-commits, 2020/03/09
- 05/16: gnu: perl-datetime-format-strptime: Update to 1.77., guix-commits, 2020/03/09
- 09/16: gnu: perl-catalyst-devel: Update to 1.40., guix-commits, 2020/03/09
- 06/16: gnu: perl-xs-object-magic: Update to 0.05., guix-commits, 2020/03/09
- 15/16: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4., guix-commits, 2020/03/09
- 16/16: gnu: python-sphinxcontrib-websupport: Update to 1.2.0., guix-commits, 2020/03/09