From dd078b61e45abf03498148581bf064c0cf6d2352 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 08:29:20 +0000 Subject: [PATCH] julia: Update to version 1.12.1 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 388c7d3ce2..859f937298 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,19 +1,19 @@ { - "version": "1.12.0", + "version": "1.12.1", "description": "A programming language that is a fresh approach to technical computing.", "homepage": "https://julialang.org", "license": "MIT", "notes": "Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases.", "architecture": { "64bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.0-win64.zip", - "hash": "bc196d2b39d672ce139d6f7a67108773c18db069a05d9311852f9fa04192e421", - "extract_dir": "julia-1.12.0" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.1-win64.zip", + "hash": "bf17422eb9e9a3db16910247cc892f19047e874216f5922fc2d5de4acdb17f02", + "extract_dir": "julia-1.12.1" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.0-win32.zip", - "hash": "3c9a0da0bcb5d265f962cf5ca01a3bbb2ea51eff6d8d9e466ac415a2e660d8a4", - "extract_dir": "julia-1.12.0" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.1-win32.zip", + "hash": "fba59983436e1bc742c2650a0b737ca816457bd46ce78a5fb69fc50ca08e07e2", + "extract_dir": "julia-1.12.1" } }, "bin": "bin\\julia.exe",