From 65a027f7a29f1606bba561f53cbc2d3aeb464519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:23:28 +0000 Subject: [PATCH] julia: Update to version 1.9.4 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index b16aef7d88..e2c838d629 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.9.3", + "version": "1.9.4", "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.3-win64.zip", - "hash": "2c51bb7c28b2fe4afb13d054b5eb1783987d6df04c660b73e7503f85b15f1669", - "extract_dir": "julia-1.9.3" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.9/julia-1.9.4-win64.zip", + "hash": "ab417f302f850843f24d9f44acd45f9eeafa0b4c8e5a40847af11f794ff2e370", + "extract_dir": "julia-1.9.4" }, "32bit": { - "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" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.9/julia-1.9.4-win32.zip", + "hash": "94d76e92b3851c17cfbefd0d92b2e85d23941be146256c1aa998fb19d43b3a11", + "extract_dir": "julia-1.9.4" } }, "bin": "bin\\julia.exe",