From 7a9f845c1371fcffd9e89e8af468af23de94871f Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 24 Mar 2026 12:18:58 +0000 Subject: [PATCH] =?UTF-8?q?python3.pkgs.pygobject3:=203.54.5=20=E2=86=92?= =?UTF-8?q?=203.56.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/pygobject/-/compare/3.54.5...3.56.1 --- pkgs/development/python-modules/pygobject/3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pygobject/3.nix b/pkgs/development/python-modules/pygobject/3.nix index ecdaa3e02e9a..556b27aef02b 100644 --- a/pkgs/development/python-modules/pygobject/3.nix +++ b/pkgs/development/python-modules/pygobject/3.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pygobject"; - version = "3.54.5"; + version = "3.56.1"; outputs = [ "out" @@ -28,7 +28,7 @@ buildPythonPackage rec { src = fetchurl { url = "mirror://gnome/sources/pygobject/${lib.versions.majorMinor version}/pygobject-${version}.tar.gz"; - hash = "sha256-tmVvY0j1JFYGzxXqSMOEx/BRVsderSBsGyRsgKIvtYU="; + hash = "sha256-LsHMjFXH/+67l+WKm7p6oedGEfEXNigIRoVEaASoiBo="; }; depsBuildBuild = [ pkg-config ];