guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: julia: Update to 1.6.3.


From: guix-commits
Subject: branch master updated: gnu: julia: Update to 1.6.3.
Date: Wed, 17 Nov 2021 02:54:48 -0500

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 62e707d  gnu: julia: Update to 1.6.3.
62e707d is described below

commit 62e707d67caf1dab2af411a69ff8cec4b2dc686e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 17 08:44:55 2021 +0200

    gnu: julia: Update to 1.6.3.
    
    * gnu/packages/julia.scm (julia): Update to 1.6.3.
---
 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 5b9bf91..33242a0 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]