diff mbox series

[bug#55918] gnu: python-sphinx-autodoc-typehints: Update to 1.18.3.

Message ID 20220612061344.17150-1-jgart@dismail.de
State Accepted
Headers show
Series [bug#55918] gnu: python-sphinx-autodoc-typehints: Update to 1.18.3. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

jgart June 12, 2022, 6:13 a.m. UTC
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.3.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Christopher Baines June 23, 2022, 12:10 p.m. UTC | #1
jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.3.
> ---
>  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..56c80f75bc 100644
> --- a/gnu/packages/sphinx.scm
> +++ b/gnu/packages/sphinx.scm
> @@ -817,7 +817,7 @@ (define-public python-sphinx-autobuild
>  (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 @@ (define-public python-sphinx-autodoc-typehints
>         (file-name (git-file-name name version))
>         (sha256
>          (base32
> -         "16yhpwfdmybir80a6892cnr98m58p19rklmjdlzhk3njx7di8jzp"))))
> +         "049dlay21f4bccig31fkbzq2m8v0h6g63p1cn3dxay9q3h0mzgs0"))))
>      (build-system python-build-system)
>      (arguments
>       (list

Thanks, I've pushed this as 8e2ff622ed7e493a644ebcff62299d2ed1c4e806.
diff mbox series

Patch

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 1ae6be40ca..56c80f75bc 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -817,7 +817,7 @@  (define-public python-sphinx-autobuild
 (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 @@  (define-public python-sphinx-autodoc-typehints
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "16yhpwfdmybir80a6892cnr98m58p19rklmjdlzhk3njx7di8jzp"))))
+         "049dlay21f4bccig31fkbzq2m8v0h6g63p1cn3dxay9q3h0mzgs0"))))
     (build-system python-build-system)
     (arguments
      (list