This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new 637c013c0f gnu: julia: Update to 1.8.5.
637c013c0f is described below

commit 637c013c0fa701ed1d7ca2fbbf0e3179e2d63f26
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 5 13:29:51 2025 +0200

    gnu: julia: Update to 1.8.5.
    
    * gnu/packages/julia.scm (julia): Update to 1.8.5.
    
    Change-Id: I8738c949efe5f1014d9fa56a3f297bf213d95094
---
 gnu/packages/julia.scm | 4 ++--
 1 file 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)

Reply via email to