From 8031afcc4afdbe1d4152986ce28318fbcb81abbe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 30 Aug 2021 22:00:39 +0000 Subject: [PATCH] python: Update to version 3.9.7 --- bucket/python.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index 3c676243c9..9575070231 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -1,5 +1,5 @@ { - "version": "3.9.6", + "version": "3.9.7", "description": "A programming language that lets you work quickly and integrate systems more effectively.", "homepage": "https://www.python.org/", "license": "Python-2.0", @@ -7,24 +7,24 @@ "architecture": { "64bit": { "url": [ - "https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe#/setup.exe", + "https://www.python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe#/setup.exe", "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/install-pep-514.reg", "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/uninstall-pep-514.reg" ], "hash": [ - "md5:ac25cf79f710bf31601ed067ccd07deb", + "md5:cc3eabc1f9d6c703d1d2a4e7c041bc1d", "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ] }, "32bit": { "url": [ - "https://www.python.org/ftp/python/3.9.6/python-3.9.6.exe#/setup.exe", + "https://www.python.org/ftp/python/3.9.7/python-3.9.7.exe#/setup.exe", "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/install-pep-514.reg", "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/uninstall-pep-514.reg" ], "hash": [ - "md5:90987973d91d4e2cddb86c4e0a54ba7e", + "md5:0d949bdfdbd0c8c66107a980a95efd85", "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ]