Skip to content

Commit

Permalink
python311: 3.11.1 -> 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 11, 2023
1 parent f228b93 commit f0b8e02
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions pkgs/development/interpreters/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@
};
sha256 = "sha256-BBnpCFv1G3pnIAmz9Q2/GFms3xi6cl0OwZqlyFA/DqM=";
};

python311 = {
sourceVersion = {
major = "3";
minor = "11";
patch = "2";
suffix = "";
};
sha256 = "sha256-KeS49fFlhUKowT4t0nc1jJxI8rL3MYZS7xZ15AK50q8=";
};
};

in {
Expand Down Expand Up @@ -175,18 +185,11 @@ in {
inherit passthruFun;
} // sources.python310);

python311 = callPackage ./cpython {
python311 = callPackage ./cpython ({
self = __splicedPackages.python311;
sourceVersion = {
major = "3";
minor = "11";
patch = "1";
suffix = "";
};
sha256 = "sha256-hYeRkvLP/VbLFsCSkFlJ6/Pl45S392RyNSljeQHftY8=";
inherit (darwin) configd;
inherit passthruFun;
};
} // sources.python311);

python312 = callPackage ./cpython {
self = __splicedPackages.python312;
Expand Down

0 comments on commit f0b8e02

Please sign in to comment.