[Backport staging-26.05] python3Packages.pygobject3: 3.56.2 -> 3.56.3 (#530596)

This commit is contained in:
Vladimír Čunát
2026-07-06 07:08:39 +00:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pygobject";
version = "3.56.2";
version = "3.56.3";
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-uBYJiWlUQIHenuztuUrWrFnHfk1XH+cFHxi+vOwHQxM=";
hash = "sha256-EnYOSg49BLbrleBveifjYsgm1WfqYTNzqSwAO2xw0tY=";
};
depsBuildBuild = [ pkg-config ];