[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-breathe: Update to 4.30.0.
From: |
guix-commits |
Subject: |
02/02: gnu: python-breathe: Update to 4.30.0. |
Date: |
Mon, 24 May 2021 16:03:02 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 488fc3d2e6e0a3d5fc4fe747587cf831989ece58
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 24 19:27:16 2021 +0200
gnu: python-breathe: Update to 4.30.0.
* gnu/packages/sphinx.scm (python-breathe): Update to 4.30.0.
[propagated-inputs]: Remove PYTHON-SIX.
---
gnu/packages/sphinx.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 4aeed10..14bc3f5 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -606,18 +606,17 @@ and several other projects.")
(define-public python-breathe
(package
(name "python-breathe")
- (version "4.22.1")
+ (version "4.30.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "breathe" version))
(sha256
(base32
- "0snk538xv60z4vfhl3f7v5g658za7257hddkg07cknkn33k6cjvf"))))
+ "055h95fkdld7s49878fqjx1nri1drj1czc184vrb7i60mf2yqg9n"))))
(build-system python-build-system)
(propagated-inputs
`(("python-docutils" ,python-docutils)
- ("python-six" ,python-six)
("python-sphinx" ,python-sphinx)))
(home-page "https://github.com/michaeljones/breathe")
(synopsis "ReStructuredText and Sphinx bridge to Doxygen")