Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 356e228e7434
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 230edccf3a01
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 31, 2020

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    a18f9d1 View commit details
  2. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    988d70b View commit details
  3. Merge pull request #78934 from worldofpeace/pygobject-updates

    python3Packages.pygobject3: 3.32.1 -> 3.34.0, python3Packages.pyatspi: 2.32.1 -> 2.34.0
    worldofpeace authored Jan 31, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    230edcc View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/python-modules/pyatspi/default.nix
  2. +2 −2 pkgs/development/python-modules/pygobject/3.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyatspi/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

buildPythonPackage rec {
pname = "pyatspi";
version = "2.32.1";
version = "2.34.0";
format = "other";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1283cbwd2kacgdij96xk26721f6amyzdhy2py11kdj5cprdlm5c4";
sha256 = "0j3f75j0zd6ca8msg7yr19qsfirqkn9fk8pqbjnlhqrpri455g4p";
};

nativeBuildInputs = [ pkgconfig ];
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pygobject/3.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@ pycairo, cairo, which, ncurses, meson, ninja, isPy3k, gnome3 }:

buildPythonPackage rec {
pname = "pygobject";
version = "3.32.1";
version = "3.34.0";

format = "other";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1n04dnvq3bx7vk7pgnxlg6kiwnc7xxv9bjabkv7abpmqjkprvj9j";
sha256 = "06i7ynnbvgpz0gw09zsjbvhgcp5qz4yzdifw27qjwdazg2mckql7";
};

outputs = [ "out" "dev" ];