summaryrefslogtreecommitdiff
path: root/pkg/python/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-03-02 03:36:28 -0800
committerMichael Forney <mforney@mforney.org>2021-03-02 16:20:18 -0800
commite087141fc0305785196dea644ffd22ecb9613ef9 (patch)
treed41b87ec5ce3d8b04936a37adc97ce03c156704e /pkg/python/gen.lua
parent558218a684dc12893277c85fafba4e8b47aa2dda (diff)
python: Update to 3.9.2
Diffstat (limited to 'pkg/python/gen.lua')
-rw-r--r--pkg/python/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua
index be91839c..ad5cc5c5 100644
--- a/pkg/python/gen.lua
+++ b/pkg/python/gen.lua
@@ -56,7 +56,7 @@ rule('makesetup', 'lua $dir/makesetup.lua $dir/modules.lua <$in >$out')
build('makesetup', '$outdir/config.c', {'$srcdir/Modules/config.c.in', '|', '$dir/makesetup.lua', '$dir/modules.lua'})
cc('Modules/getbuildinfo.c', nil, {
- cflags=[[$cflags -D 'DATE="Dec 7 2020"' -D 'TIME="15:03:11"']]
+ cflags=[[$cflags -D 'DATE="Feb 19 2021"' -D 'TIME="13:32:09"']]
})
cc('Modules/getpath.c', nil, {
cflags={