Commit 8d6735db authored by Bobby Rong's avatar Bobby Rong Committed by Jan Tojnar
Browse files

python3.pkgs.pygobject3: 3.50.0 → 3.54.3

parent 4d767abb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pygobject";
  version = "3.50.0";
  version = "3.54.3";

  outputs = [
    "out"
@@ -30,8 +30,8 @@ buildPythonPackage rec {
  format = "other";

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    hash = "sha256-jYNudbWogdRX7hYiyuSjK826KKC6ViGTrbO7tHJHIhI=";
    url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz";
    hash = "sha256-qNoJE0oPfVZJHPJBIUXjWqdOkddg6PM3CWoc2guSuuc=";
  };

  depsBuildBuild = [ pkg-config ];
@@ -73,7 +73,7 @@ buildPythonPackage rec {
    homepage = "https://pygobject.readthedocs.io/";
    description = "Python bindings for Glib";
    license = licenses.lgpl21Plus;
    maintainers = with maintainers; [ jtojnar ];
    teams = [ teams.gnome ];
    platforms = platforms.unix;
  };
}