Skip to content

Commit

Permalink
python: Update to version 3.12.3 (#5706)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Apr 18, 2024
1 parent ec43d82 commit 9067f1b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/python.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 9067f1b

Please sign in to comment.