mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: gi-docgen: Update to 2023.1.
* gnu/packages/gnome.scm (gi-docgen): Update to 2023.1. [propagated-inputs]: Remove python-toml; add python-tomli.
This commit is contained in:
parent
2d0cdf0325
commit
0ae8d7ca19
1 changed files with 3 additions and 3 deletions
|
@ -5431,19 +5431,19 @@ (define-public five-or-more
|
|||
(define-public gi-docgen
|
||||
(package
|
||||
(name "gi-docgen")
|
||||
(version "2022.1")
|
||||
(version "2023.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gi-docgen" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v2wspm2ld27lq1n5v5pzrmkhchfa7p7ahp8rmjm4zcdyagqf7gr"))))
|
||||
"18vzbw1k531qxi9qcwlxl97xk9dg16has7khg6a5d0pqrflyvbc8"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs (list python-jinja2
|
||||
python-markdown
|
||||
python-markupsafe
|
||||
python-pygments
|
||||
python-toml
|
||||
python-tomli
|
||||
python-typogrify))
|
||||
(home-page "https://gitlab.gnome.org/GNOME/gi-docgen")
|
||||
(synopsis "Documentation tool for GObject-based libraries")
|
||||
|
|
Loading…
Reference in a new issue