summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2023-04-26 01:39:44 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2023-04-26 13:50:40 +0200
commitd08d9bacb2042e7e5aeb27303c20efd55fff2f8c (patch)
treea884d148cccc32e7737677b7021eb521fed8353e /ci
parent38687711916be6bc6594a09e3ad1679320bdd7ba (diff)
downloadgstreamer-d08d9bacb2042e7e5aeb27303c20efd55fff2f8c.tar.gz
ci: bump hotdoc dependency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4488>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/fedora/prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh
index b2f2b5a5ca..3b032fc05b 100644
--- a/ci/docker/fedora/prepare.sh
+++ b/ci/docker/fedora/prepare.sh
@@ -207,7 +207,7 @@ dnf remove -y meson
# FIXME: Install ninja from rpm when we update our base image as we fail building
# documentation with rust plugins as we the version from F31 we hit:
# `ninja: error: build.ninja:26557: multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you
-pip3 install meson==0.62.2 hotdoc==0.14.1 python-gitlab ninja tomli
+pip3 install meson==0.62.2 hotdoc==0.15 python-gitlab ninja tomli
# Remove gst-devel packages installed by builddep above