guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-sphinx-autodoc-typehints: Update to 1.18.3.


From: guix-commits
Subject: 03/05: gnu: python-sphinx-autodoc-typehints: Update to 1.18.3.
Date: Thu, 23 Jun 2022 08:01:57 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 4d67ec834e9ee1ec23f55757c6085d8635366124
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Jun 12 01:13:44 2022 -0500

    gnu: python-sphinx-autodoc-typehints: Update to 1.18.3.
    
    * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 
1.18.3.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 6bd7454f31..713000909c 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -817,7 +817,7 @@ enabled web server.")
 (define-public python-sphinx-autodoc-typehints
   (package
     (name "python-sphinx-autodoc-typehints")
-    (version "1.18.1")
+    (version "1.18.3")
     (source
      (origin
        (method git-fetch)               ;no tests in pypi archive
@@ -827,7 +827,7 @@ enabled web server.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "16yhpwfdmybir80a6892cnr98m58p19rklmjdlzhk3njx7di8jzp"))))
+         "049dlay21f4bccig31fkbzq2m8v0h6g63p1cn3dxay9q3h0mzgs0"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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