guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: julia-static: Update to 0.8.3.


From: guix-commits
Subject: 14/16: gnu: julia-static: Update to 0.8.3.
Date: Thu, 8 Dec 2022 13:31:18 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 480a39ada73f934589df0efdcf7dfd16746e5116
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 8 19:46:51 2022 +0200

    gnu: julia-static: Update to 0.8.3.
    
    * gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.3.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file 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))



reply via email to

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