lilyp pushed a commit to branch gnome-team
in repository guix.
commit fa4ca55ce6a3d2723eb4215d2d5cb6e9c89b65ae
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 11 15:17:04 2024 +0900
gnu: gi-docgen: Update to 2024.1.
* gnu/packages/gnome.scm (gi-docgen): Update to 2024.1.
Change-Id: I1a6da63d4f313137a20ec49adc7cc1f7d4e3ddc3
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a8d59ed606..a2f09eb614 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5383,17 +5383,18 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public gi-docgen
(package
(name "gi-docgen")
- (version "2023.1")
+ (version "2024.1")
(source (origin
(method url-fetch)
- (uri (pypi-uri "gi-docgen" version))
+ (uri (pypi-uri "gi_docgen" version))
(sha256
(base32
- "18vzbw1k531qxi9qcwlxl97xk9dg16has7khg6a5d0pqrflyvbc8"))))
+ "0cf237ml2jhqcv1zlb35qbvjg4i8a4blawdah5s7f28iz5lmajia"))))
(build-system python-build-system)
(propagated-inputs (list python-jinja2
python-markdown
python-markupsafe
+ python-packaging
python-pygments
python-tomli
python-typogrify))