From f29fcbd12d2235db5adb081c06c732a8ca3adb36 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 19 Feb 2021 15:00:17 +0000 Subject: [PATCH] python: Update to version 3.9.2 --- bucket/python.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index dd745f0105..f574c99c54 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -1,5 +1,5 @@ { - "version": "3.9.1", + "version": "3.9.2", "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.1/python-3.9.1-amd64.exe#/setup.exe", + "https://www.python.org/ftp/python/3.9.2/python-3.9.2-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:b3fce2ed8bc315ad2bc49eae48a94487", + "md5:efb20aa1b648a2baddd949c142d6eb06", "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ] }, "32bit": { "url": [ - "https://www.python.org/ftp/python/3.9.1/python-3.9.1.exe#/setup.exe", + "https://www.python.org/ftp/python/3.9.2/python-3.9.2.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:dde210ea04a31c27488605a9e7cd297a", + "md5:81294c31bd7e2d4470658721b2887ed5", "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ]