guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 0f34671a3ec80eecccd545c18cb157b7c896ca32
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900
gnu: gi-docgen: Update to 2025.3.
* gnu/packages/gnome.scm (gi-docgen): Update to 2025.3.
[propagated-inputs]: Remove python-tomli.
Change-Id: I9749ffad9e4d50a33be88dc49acb75e191caa143
---
gnu/packages/gnome.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 06590299c8..8932e9d3f9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5502,20 +5502,19 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public gi-docgen
(package
(name "gi-docgen")
- (version "2024.1")
+ (version "2025.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "gi_docgen" version))
(sha256
(base32
- "0cf237ml2jhqcv1zlb35qbvjg4i8a4blawdah5s7f28iz5lmajia"))))
+ "0n7qdcxymzm4ihdd5n4zvqv5cy8szvd43yzwcaw4l631dc7lznrg"))))
(build-system python-build-system)
(propagated-inputs (list python-jinja2
python-markdown
python-markupsafe
python-packaging
python-pygments
- python-tomli
python-typogrify))
(home-page "https://gitlab.gnome.org/GNOME/gi-docgen")
(synopsis "Documentation tool for GObject-based libraries")