Skip to content

Commit

Permalink
[staging-24.05] python312: 3.12.6 -> 3.12.7 (#361744)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 21, 2024
2 parents db09ea6 + 700098e commit 1be1fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ in {
sourceVersion = {
major = "3";
minor = "12";
patch = "6";
patch = "7";
suffix = "";
};
hash = "sha256-GZllgpjPL7g33/7Y/zwDPvDJjvIM9zxdX2a+1auJaXw=";
hash = "sha256-JIh7kuKv1KKsYCQZrUtZY3L2esmwdxkPRZq6OQ+vVVA=";
inherit (darwin) configd;
inherit passthruFun;
};
Expand Down

0 comments on commit 1be1fa8

Please sign in to comment.