gobject-introspection: 1.76.0 → 1.76.1

https://gitlab.gnome.org/GNOME/gobject-introspection/-/compare/1.76.0...1.76.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2023-03-23 20:28:11 +00:00
parent ec3f75d01c
commit 4c434c4c3b

View file

@ -36,7 +36,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gobject-introspection";
version = "1.76.0";
version = "1.76.1";
# outputs TODO: share/gobject-introspection-1.0/tests is needed during build
# by pygobject3 (and maybe others), but it's only searched in $out
@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/gobject-introspection/${lib.versions.majorMinor finalAttrs.version}/gobject-introspection-${finalAttrs.version}.tar.xz";
sha256 = "hVL/OlZ1i426IdQheVpSuan7+YRWWQe4Pxxk9N64OAw=";
sha256 = "GWF4v2Q0VQHc3E2EabNqpv6ASJNU7+cct8uKuCo3OL8=";
};
patches = [