diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-28 15:24:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:44 +0100 |
| commit | b3f184ee297d7cf56af43405500acf4643d2a095 (patch) | |
| tree | 5812441060f5439355529b7c756a177580ae14cb /gnu | |
| parent | d709cb4b2efe75db729d5e080e0cdb3d13f6ca97 (diff) | |
gnu: gi-docgen: Update to 2025.4.
* gnu/packages/gnome.scm (gi-docgen): Update to 2025.4.
[build-system]: Use pyproject.
[propagated-inputs]: Remove python-tomli.
[native-inputs]: Add python-pytest-bootstrap and python-setuptools.
Change-Id: Id73ae10611e6d18058d12d6db2cf1991c0e73157
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 256655072fe..d40d9461b85 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -240,6 +240,7 @@ #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system gnu) #:use-module (guix build-system meson) + #:use-module (guix build-system pyproject) #:use-module (guix build-system python) #:use-module (guix build-system trivial) #:use-module (guix deprecation) @@ -5384,20 +5385,22 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public gi-docgen (package (name "gi-docgen") - (version "2024.1") + (version "2025.4") (source (origin (method url-fetch) (uri (pypi-uri "gi_docgen" version)) (sha256 (base32 - "0cf237ml2jhqcv1zlb35qbvjg4i8a4blawdah5s7f28iz5lmajia")))) - (build-system python-build-system) + "1i9dlwirizc0n5sw9w60yscaj14x9x06fdq64kwxqkia13d6dq3z")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest-bootstrap + python-setuptools)) (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") |
