diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-08 19:46:51 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-08 19:53:40 +0200 |
commit | 480a39ada73f934589df0efdcf7dfd16746e5116 (patch) | |
tree | 69a6c7ec77488b5e69201f4301053479554851ab /gnu/packages/julia-xyz.scm | |
parent | d37dad837293c49f5c00e60c44030aa986833e93 (diff) | |
download | guix-480a39ada73f934589df0efdcf7dfd16746e5116.tar.gz guix-480a39ada73f934589df0efdcf7dfd16746e5116.zip |
gnu: julia-static: Update to 0.8.3.
* gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.3.
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index ee603b67b9..f91a7ecf3c 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -5122,7 +5122,7 @@ There are multiple ways to understand @code{StackView}: (define-public julia-static (package (name "julia-static") - (version "0.3.0") + (version "0.8.3") (source (origin (method git-fetch) @@ -5131,7 +5131,7 @@ There are multiple ways to understand @code{StackView}: (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "19k7h47zhz3zz28i0l4b3cc0r07pzp8kf35z0yammpy361b644l2")))) + (base32 "1ilmging187w37vjff8ilnz1f0qygyhbwl6nhq91z3b5vxyf13zr")))) (build-system julia-build-system) (propagated-inputs (list julia-ifelse)) |