lol

gobject-introspection: 1.71.0 → 1.72.0

https://gitlab.gnome.org/GNOME/gobject-introspection/-/compare/1.71.0...1.72.0

+2 -2
+2 -2
pkgs/development/libraries/gobject-introspection/default.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "gobject-introspection"; 30 - version = "1.71.0"; 30 + version = "1.72.0"; 31 31 32 32 # outputs TODO: share/gobject-introspection-1.0/tests is needed during build 33 33 # by pygobject3 (and maybe others), but it's only searched in $out ··· 36 36 37 37 src = fetchurl { 38 38 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 39 - sha256 = "VV3DmXwokiKFQwKfWGELg/wdpzPk49GOk2PXtagRZN0="; 39 + sha256 = "Av6OWQhh2I+DBg3TnNpcyqYLLaHSHQ+VSZMBsYa+qrw="; 40 40 }; 41 41 42 42 patches = [