From 9067f1be515d695ff51a1945189150fa54befee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 17 Apr 2024 19:00:55 -0700 Subject: [PATCH] python: Update to version 3.12.3 (#5706) --- bucket/python.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index 3f09882200..12c2732948 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -1,21 +1,21 @@ { - "version": "3.12.2", + "version": "3.12.3", "description": "A programming language that lets you work quickly and integrate systems more effectively.", "homepage": "https://www.python.org/", "license": "Python-2.0", "notes": "Allow applications and third-party installers to find python by running: \"$dir\\install-pep-514.reg\"", "architecture": { "64bit": { - "url": "https://www.python.org/ftp/python/3.12.2/python-3.12.2-amd64.exe#/setup.exe", - "hash": "md5:44abfae489d87cc005d50a9267b5d58d" + "url": "https://www.python.org/ftp/python/3.12.3/python-3.12.3-amd64.exe#/setup.exe", + "hash": "md5:c86949710e0471a065db970290819489" }, "32bit": { - "url": "https://www.python.org/ftp/python/3.12.2/python-3.12.2.exe#/setup.exe", - "hash": "md5:bc4d721cf44a52fa9e19c1209d45e8c3" + "url": "https://www.python.org/ftp/python/3.12.3/python-3.12.3.exe#/setup.exe", + "hash": "md5:a95c4fbdce0b6a22ca7cfb450f57c616" }, "arm64": { - "url": "https://www.python.org/ftp/python/3.12.2/python-3.12.2-arm64.exe#/setup.exe", - "hash": "md5:f769b05cd9d336d2d6e3f6399cb573be" + "url": "https://www.python.org/ftp/python/3.12.3/python-3.12.3-arm64.exe#/setup.exe", + "hash": "md5:ef016521b5a147f3ded730801d36a350" } }, "pre_install": [