summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-07-05 13:29:51 +0200
committerZheng Junjie <z572@z572.online>2025-07-06 19:00:11 +0800
commitbb7ec4e68a5fea5fdc687188831ff38ae5a74736 (patch)
treeca6567132809c0c31d873b9d66ed3937b178e38c
parentb3b2cc7058e0bdd58eb070db7b2a7ed452770e39 (diff)
gnu: julia: Update to 1.8.5.
* gnu/packages/julia.scm (julia): Update to 1.8.5. Change-Id: I8738c949efe5f1014d9fa56a3f297bf213d95094
-rw-r--r--gnu/packages/julia.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index e2f87307da..22457dd3f4 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -142,7 +142,7 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.")
(define-public julia
(package
(name "julia")
- (version "1.8.3")
+ (version "1.8.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -150,7 +150,7 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.")
version "/julia-" version ".tar.gz"))
(sha256
(base32
- "0jf8dr5j7y8cjnr65kn38xps5h9m2qvi8g1yd8qgiip5r87ld3ad"))
+ "0c9hfksqlillwj8l5plbrv9cjajmnkarzz96rsmi8p97dg62c46k"))
(patches (search-patches "julia-SOURCE_DATE_EPOCH-mtime.patch"
"julia-Use-MPFR-4.2.patch"))))
(build-system gnu-build-system)