mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
c0afc06ecb
commit
4d67ec834e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue