We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a9701 commit 9512291Copy full SHA for 9512291
1 file changed
pkgs/development/interpreters/python/default.nix
@@ -133,10 +133,10 @@ with pkgs;
133
sourceVersion = {
134
major = "3";
135
minor = "9";
136
- patch = "8";
+ patch = "9";
137
suffix = "";
138
};
139
- sha256 = "sha256-Z1zgm/I8CYNr8ZabdEsepMGhjDJ4hiZjJSXwhETrrVw=";
+ sha256 = "sha256-BoKMBKVzwHOk5RxCkqJ8G+SuJmIcPtx8+TGEGM47bSc=";
140
141
142
0 commit comments