zimoun pushed a commit to branch wip-julia-upgrade
in repository guix.

commit 7f7326c0499464ae53ed662546e4a19db7b529a3
Author: Simon Tournier <[email protected]>
AuthorDate: Wed Mar 5 15:43:41 2025 +0100

    DRAFT gnu: julia-static: Update to 0.8.6.
    
    * gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.6.
    
    Change-Id: Ie0f97a2d37feb4fd99cfc6b9c1ce378bcf9819aa
---
 gnu/packages/julia-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index e083b2bfdb..150d965b9d 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -6456,7 +6456,7 @@ There are multiple ways to understand @code{StackView}:
 (define-public julia-static
   (package
     (name "julia-static")
-    (version "0.8.3")
+    (version "0.8.6")
     (source
       (origin
         (method git-fetch)
@@ -6465,8 +6465,9 @@ There are multiple ways to understand @code{StackView}:
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1ilmging187w37vjff8ilnz1f0qygyhbwl6nhq91z3b5vxyf13zr"))))
+         (base32 "1szvpyaam138707qyk59jga14fnnad2ib8dcwvk9cb9k1pgwk0zg"))))
     (build-system julia-build-system)
+    (arguments (list #:tests? #f))
     (propagated-inputs
      (list julia-ifelse))
     (native-inputs

Reply via email to