guix-commits
[Top][All Lists]
Advanced

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

33/33: gnu: julia-static: Update to 0.2.5.


From: guix-commits
Subject: 33/33: gnu: julia-static: Update to 0.2.5.
Date: Mon, 14 Jun 2021 07:46:26 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ad2a86b00a041868fe3ca9d5aae94d961ad26e30
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 14 14:22:27 2021 +0300

    gnu: julia-static: Update to 0.2.5.
    
    * gnu/packages/julia-xyz.scm (julia-static): Update to 0.2.5.
---
 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 111b8dc..b2beef0 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3542,7 +3542,7 @@ There are multiple ways to understand @code{StackView}:
 (define-public julia-static
   (package
     (name "julia-static")
-    (version "0.2.4")
+    (version "0.2.5")
     (source
       (origin
         (method git-fetch)
@@ -3551,7 +3551,7 @@ There are multiple ways to understand @code{StackView}:
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "01rbiysrkaca03gh55rc5zykkp63bhzaqgrxxj88lnisrbzmf0d2"))))
+         (base32 "1sxfp169c7caaklpp7mz8770ayk9w8xw133m95kf7v11sya1lb7v"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-ifelse" ,julia-ifelse)))



reply via email to

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