gi-docgen: 2025.5 → 2026.1 (#484320)

This commit is contained in:
Fabián Heredia Montiel
2026-02-02 16:54:39 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "gi-docgen";
version = "2025.5";
version = "2026.1";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/gi-docgen/${lib.versions.major version}/gi-docgen-${version}.tar.xz";
hash = "sha256-JXmjP/h7Yi0Q0QLJG30OzlBjQLcONNu2UiFj4WyQrKM=";
hash = "sha256-wxbWwEaZl2toI5Eqrh+ypqP/olU7Qivoj7VuuIGs9Hk=";
};
depsBuildBuild = [