guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: python-breathe: Update to 4.34.0.


From: guix-commits
Subject: 06/12: gnu: python-breathe: Update to 4.34.0.
Date: Tue, 21 Jun 2022 11:43:12 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 41bf90f96630f890724438e4ab5819d410a96036
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 21 12:34:04 2022 +0200

    gnu: python-breathe: Update to 4.34.0.
    
    * gnu/packages/sphinx.scm (python-breathe): Update to 4.34.0.
---
 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 1ae6be40ca..6bd7454f31 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -717,14 +717,14 @@ and several other projects.")
 (define-public python-breathe
   (package
     (name "python-breathe")
-    (version "4.30.0")
+    (version "4.34.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "breathe" version))
        (sha256
         (base32
-         "055h95fkdld7s49878fqjx1nri1drj1czc184vrb7i60mf2yqg9n"))))
+         "18fvphs1cb2cns9q82195fx7lmlwfikzwa10cczavpaax2jnh1xc"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-docutils python-sphinx))



reply via email to

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