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: b7343d963e9e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e83f91bb1b8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 3, 2021

  1. python38: 3.8.8 -> 3.8.9

    FRidh committed Apr 3, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d754c20 View commit details
  2. python39: 3.9.2 -> 3.9.3

    FRidh committed Apr 3, 2021
    Copy the full SHA
    9e83f91 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/interpreters/python/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/python/default.nix
Original file line number Diff line number Diff line change
@@ -114,10 +114,10 @@ with pkgs;
sourceVersion = {
major = "3";
minor = "8";
patch = "8";
patch = "9";
suffix = "";
};
sha256 = "fGZCSf935EPW6g5M8OWH6ukYyjxI0IHRkV/iofG8xcw=";
sha256 = "XjkfPsRdopVEGcqwvq79i+OIlepc4zV3w+wUlAxLlXI=";
};
};

@@ -173,10 +173,10 @@ in {
sourceVersion = {
major = "3";
minor = "9";
patch = "2";
patch = "3";
suffix = "";
};
sha256 = "PCA0xU+BFEj1FmaNzgnSQAigcWw6eU3YY5tTiMveJH0=";
sha256 = "MIEQOcZeBMFPxpjkI5R+Rk+TFuaftEYQvThEYEa7grU=";
inherit (darwin) configd;
inherit passthruFun;
};