guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: julia-staticarrays: Update to 1.2.5


From: guix-commits
Subject: 07/19: gnu: julia-staticarrays: Update to 1.2.5
Date: Wed, 28 Jul 2021 09:08:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2d4fa647b7df48cd9fce394e7c9f38bb11971280
Author: Jean-Baptiste Volatier <jbv@pm.me>
AuthorDate: Sat Jul 3 17:41:53 2021 +0000

    gnu: julia-staticarrays: Update to 1.2.5
    
    * gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.5
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 4dad977..f7a9fdb 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3597,7 +3597,7 @@ types and a common interface that is shared between 
them.")
 (define-public julia-staticarrays
   (package
     (name "julia-staticarrays")
-    (version "1.2.0")
+    (version "1.2.5")
     (source
      (origin
        (method git-fetch)
@@ -3606,7 +3606,7 @@ types and a common interface that is shared between 
them.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z4g1kk6gy514dyafb559gcp4264ffx6h28ffczdvkyk8gm9j0m7"))))
+        (base32 "0vvs1kwpax18iyhiivznhq49nid0zh4fbfxyq99h0n3x2s1hzyi6"))))
     (build-system julia-build-system)
     (inputs
      `(("julia-benchmarktools" ,julia-benchmarktools)))



reply via email to

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