diff options
author | Simon Tournier <zimon.toutoune@gmail.com> | 2025-03-05 15:43:41 +0100 |
---|---|---|
committer | Simon Tournier <zimon.toutoune@gmail.com> | 2025-03-05 16:12:39 +0100 |
commit | 7f7326c0499464ae53ed662546e4a19db7b529a3 (patch) | |
tree | c5121536f39172f84a60bdd41da436917bde6cf3 | |
parent | a8f4bb188f64c986b9eb38f512ef9bb1ce75830c (diff) |
DRAFT gnu: julia-static: Update to 0.8.6.
* gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.6.
Change-Id: Ie0f97a2d37feb4fd99cfc6b9c1ce378bcf9819aa
-rw-r--r-- | gnu/packages/julia-xyz.scm | 5 |
1 files 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 |