Skip to content

Commit

Permalink
Add python 3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed Mar 21, 2024
1 parent 98397b6 commit 2aaec0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions shared/asdf-nix/python.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ let
};

versions = {
"3.11.8" = pkgs.python311.override {
sourceVersion = {
major = "3";
minor = "11";
patch = "8";
suffix = "";
};
hash = "sha256-ngYAjIkBkkOVvB2jA+rFZ6cprgErqhgqs5Jp9lA4O7M=";
};
"3.11.7" = pkgs.python311.override {
sourceVersion = {
major = "3";
Expand Down

0 comments on commit 2aaec0b

Please sign in to comment.