guix-patches
[Top][All Lists]
Advanced

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

[bug#48325] [PATCH v5 4/5] gnu: julia-staticarrays: Update to 1.2.5


From: Jean-Baptiste Volatier
Subject: [bug#48325] [PATCH v5 4/5] gnu: julia-staticarrays: Update to 1.2.5
Date: Sat, 03 Jul 2021 17:41:53 +0000

* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.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 50effa43f4..b2c7d93589 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3566,7 +3566,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)
@@ -3575,7 +3575,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)))
--
2.32.0







reply via email to

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