python37: 3.7.12 -> 3.7.13
https://www.python.org/downloads/release/python-3713/
This commit is contained in:
parent
d56ccde39a
commit
c91c73a714
1 changed files with 2 additions and 2 deletions
|
@ -160,10 +160,10 @@ in {
|
||||||
sourceVersion = {
|
sourceVersion = {
|
||||||
major = "3";
|
major = "3";
|
||||||
minor = "7";
|
minor = "7";
|
||||||
patch = "12";
|
patch = "13";
|
||||||
suffix = "";
|
suffix = "";
|
||||||
};
|
};
|
||||||
sha256 = "041jqjl5wf7gsw84zd3jgvg91skq20l2fy5zbhz237w38zxzfyzp";
|
sha256 = "sha256-mfEGJ134iZw+jLnXwBzmhsIC7ydZUzAUJxlGk95b74Q=";
|
||||||
inherit (darwin) configd;
|
inherit (darwin) configd;
|
||||||
inherit passthruFun;
|
inherit passthruFun;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue