From 51547e7caa2659bf0ac7181b2a777d877350e94c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:33:12 +0000 Subject: [PATCH] julia: Update to version 1.9.3 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 53bb860cb9..b16aef7d88 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.9.2", + "version": "1.9.3", "description": "A programming language that is a fresh approach to technical computing.", "homepage": "https://julialang.org", "license": "MIT", "architecture": { "64bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.9/julia-1.9.2-win64.zip", - "hash": "cf29451bbe081b7e7c2ac386dfe5b78a9cabf858a9708655ea1e73b995b82f39", - "extract_dir": "julia-1.9.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.9/julia-1.9.3-win64.zip", + "hash": "2c51bb7c28b2fe4afb13d054b5eb1783987d6df04c660b73e7503f85b15f1669", + "extract_dir": "julia-1.9.3" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.9/julia-1.9.2-win32.zip", - "hash": "9689d7e0b824823c6e0bda2431b9cb6e90d816912e185b3b1aff470d9a6cb6c0", - "extract_dir": "julia-1.9.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.9/julia-1.9.3-win32.zip", + "hash": "6d3cdf6a8bb9093635f908baababb94f1ad6acf466fdb584231e865815fc81db", + "extract_dir": "julia-1.9.3" } }, "bin": "bin\\julia.exe",