From 4aa18f6dd6df99988cafb6f3f3ed5564d521bd0f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 16 May 2021 01:26:13 -0700 Subject: python: Update to 3.9.5 --- pkg/python/.gitignore | 2 +- pkg/python/sha256 | 2 +- pkg/python/url | 2 +- pkg/python/ver | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/python') diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore index 1c969fcb..fe630a16 100644 --- a/pkg/python/.gitignore +++ b/pkg/python/.gitignore @@ -1,3 +1,3 @@ -/Python-3.9.4.tar.xz +/Python-3.9.5.tar.xz /modules.ninja /src diff --git a/pkg/python/sha256 b/pkg/python/sha256 index e7c982e3..1526db6c 100644 --- a/pkg/python/sha256 +++ b/pkg/python/sha256 @@ -1 +1 @@ -4b0e6644a76f8df864ae24ac500a51bbf68bd098f6a173e27d3b61cdca9aa134 Python-3.9.4.tar.xz +0c5a140665436ec3dbfbb79e2dfb6d192655f26ef4a29aeffcb6d1820d716d83 Python-3.9.5.tar.xz diff --git a/pkg/python/url b/pkg/python/url index ad2c7d0d..739b5bc5 100644 --- a/pkg/python/url +++ b/pkg/python/url @@ -1 +1 @@ -url = "https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tar.xz" +url = "https://www.python.org/ftp/python/3.9.5/Python-3.9.5.tar.xz" diff --git a/pkg/python/ver b/pkg/python/ver index 1a1b4337..7003b55b 100644 --- a/pkg/python/ver +++ b/pkg/python/ver @@ -1 +1 @@ -3.9.4 r1 +3.9.5 r0 -- cgit v1.2.3