package/python3: bump version to 3.7.6

For additional fixes.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2020-01-11 10:02:22 +01:00
parent 9e50f53d31
commit 7ca73f0f7b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# From https://www.python.org/downloads/release/python-375/
md5 08ed8030b1183107c48f2092e79a87e2 Python-3.7.5.tar.xz
# From https://www.python.org/downloads/release/python-376/
md5 c08fbee72ad5c2c95b0f4e44bf6fd72c Python-3.7.6.tar.xz
# Locally computed
sha256 e85a76ea9f3d6c485ec1780fca4e500725a4a7bbc63c78ebc44170de9b619d94 Python-3.7.5.tar.xz
sha256 55a2cce72049f0794e9a11a84862e9039af9183603b78bc60d89539f82cf533f Python-3.7.6.tar.xz
sha256 a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c LICENSE

View File

@ -5,7 +5,7 @@
################################################################################
PYTHON3_VERSION_MAJOR = 3.7
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).5
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).6
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
PYTHON3_LICENSE = Python-2.0, others