Skip to content

Commit

Permalink
python312: 3.12.6 -> 3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 4, 2024
1 parent cd25650 commit 3bfb930
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 3bfb930

Please sign in to comment.