diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-11-17 08:44:55 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-17 08:45:22 +0200 |
commit | 62e707d67caf1dab2af411a69ff8cec4b2dc686e (patch) | |
tree | a40f6ad57668a71c0470a38318d14c705d95d879 | |
parent | 02a67810e566e8402e0b927c81ae39391762767d (diff) | |
download | guix-62e707d67caf1dab2af411a69ff8cec4b2dc686e.tar.gz |
gnu: julia: Update to 1.6.3.
* gnu/packages/julia.scm (julia): Update to 1.6.3.
-rw-r--r-- | gnu/packages/julia.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index 5b9bf91ed6..33242a08a4 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -275,7 +275,7 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.") (define-public julia (package (name "julia") - (version "1.6.2") + (version "1.6.3") (source (origin (method url-fetch) (uri (string-append @@ -283,7 +283,7 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.") version "/julia-" version ".tar.gz")) (sha256 (base32 - "0plbj4laifzz8ppk889iv3gaxj1mdddzv7yad6ghml6bfnn24r6m")) + "1515x8fs25l3f9csbmd1v4nm041zvjnvigy6s5iidy4yrkwdx4r5")) (patches (search-patches "julia-SOURCE_DATE_EPOCH-mtime.patch")))) (build-system gnu-build-system) |