python38: 3.8.10 -> 3.8.11
This commit is contained in:
parent
9889bdb6fb
commit
250f0514f2
1 changed files with 2 additions and 2 deletions
|
@ -122,10 +122,10 @@ with pkgs;
|
||||||
sourceVersion = {
|
sourceVersion = {
|
||||||
major = "3";
|
major = "3";
|
||||||
minor = "8";
|
minor = "8";
|
||||||
patch = "10";
|
patch = "11";
|
||||||
suffix = "";
|
suffix = "";
|
||||||
};
|
};
|
||||||
sha256 = "1n8rjb3jn0j8dvi1qn94rxayc9rh982d8wgkrjy41n1x15k4mwka";
|
sha256 = "1chg8b0m1yrz50lizid20zha0dmj40z0iih3jqcrg7pyxca126pv";
|
||||||
};
|
};
|
||||||
python39 = {
|
python39 = {
|
||||||
sourceVersion = {
|
sourceVersion = {
|
||||||
|
|
Loading…
Reference in a new issue