julia: Update to version 1.12.0

This commit is contained in:
github-actions[bot] 2025-10-08 20:29:27 +00:00
parent 1f8fe0c8ff
commit e0af957102

View File

@ -1,19 +1,19 @@
{ {
"version": "1.11.7", "version": "1.12.0",
"description": "A programming language that is a fresh approach to technical computing.", "description": "A programming language that is a fresh approach to technical computing.",
"homepage": "https://julialang.org", "homepage": "https://julialang.org",
"license": "MIT", "license": "MIT",
"notes": "Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases.", "notes": "Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.7-win64.zip", "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.0-win64.zip",
"hash": "3ff4a717de380de368f0c75e3e11880220b8d2dde689a0f76c40c2ccd70579db", "hash": "bc196d2b39d672ce139d6f7a67108773c18db069a05d9311852f9fa04192e421",
"extract_dir": "julia-1.11.7" "extract_dir": "julia-1.12.0"
}, },
"32bit": { "32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.7-win32.zip", "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.0-win32.zip",
"hash": "992526473b6382315728254595db91afdb7283a2c31cdfdc2576a4cc37e997aa", "hash": "3c9a0da0bcb5d265f962cf5ca01a3bbb2ea51eff6d8d9e466ac415a2e660d8a4",
"extract_dir": "julia-1.11.7" "extract_dir": "julia-1.12.0"
} }
}, },
"bin": "bin\\julia.exe", "bin": "bin\\julia.exe",