summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-07-23 15:47:15 +0000
committerJan Tojnar <jtojnar@gmail.com>2022-10-11 18:52:07 +0200
commitfeda72e7d89bfde19ffba072a912b5fe5139e441 (patch)
treee25d2f6cf0d676a9dd9978751d8061e74b7d827b
parent9c64673e4d59c1979cfa891056b05ace91c44eb2 (diff)
downloadnixpkgs-feda72e7d89bfde19ffba072a912b5fe5139e441.tar
nixpkgs-feda72e7d89bfde19ffba072a912b5fe5139e441.tar.gz
nixpkgs-feda72e7d89bfde19ffba072a912b5fe5139e441.tar.bz2
nixpkgs-feda72e7d89bfde19ffba072a912b5fe5139e441.tar.lz
nixpkgs-feda72e7d89bfde19ffba072a912b5fe5139e441.tar.xz
nixpkgs-feda72e7d89bfde19ffba072a912b5fe5139e441.tar.zst
nixpkgs-feda72e7d89bfde19ffba072a912b5fe5139e441.zip
gobject-introspection: 1.72.0 → 1.73.0
https://gitlab.gnome.org/GNOME/gobject-introspection/-/compare/1.72.0...1.73.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
-rw-r--r--pkgs/development/libraries/gobject-introspection/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix
index 175a149e5c6..e301c49050b 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -35,7 +35,7 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "gobject-introspection";
-  version = "1.72.0";
+  version = "1.73.0";
 
   # outputs TODO: share/gobject-introspection-1.0/tests is needed during build
   # by pygobject3 (and maybe others), but it's only searched in $out
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   src = fetchurl {
     url = "mirror://gnome/sources/gobject-introspection/${lib.versions.majorMinor finalAttrs.version}/gobject-introspection-${finalAttrs.version}.tar.xz";
-    sha256 = "Av6OWQhh2I+DBg3TnNpcyqYLLaHSHQ+VSZMBsYa+qrw=";
+    sha256 = "1kUhjOFFEoW4tPCTXjXbweQZ9QzrZDt9ZvWeOPzAh3Y=";
   };
 
   patches = [