guix-commits
[Top][All Lists]
Advanced

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

10/49: gnu: julia-staticarrays: Update to 1.2.8.


From: guix-commits
Subject: 10/49: gnu: julia-staticarrays: Update to 1.2.8.
Date: Thu, 29 Jul 2021 07:46:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2d25b2f9b7b24178dced0105996230eaed92f6fe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 10:25:36 2021 +0300

    gnu: julia-staticarrays: Update to 1.2.8.
    
    * gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.8.
---
 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 1d51487..fa4f308 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3641,7 +3641,7 @@ types and a common interface that is shared between 
them.")
 (define-public julia-staticarrays
   (package
     (name "julia-staticarrays")
-    (version "1.2.5")
+    (version "1.2.8")
     (source
      (origin
        (method git-fetch)
@@ -3650,7 +3650,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 "0vvs1kwpax18iyhiivznhq49nid0zh4fbfxyq99h0n3x2s1hzyi6"))))
+        (base32 "1932m3wddll63vqpgjfnkirp9y5agvic7vz5rv2lbjx8gjbamqs4"))))
     (build-system julia-build-system)
     (inputs
      `(("julia-benchmarktools" ,julia-benchmarktools)))



reply via email to

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