summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:14:05 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:43:43 +0300
commitf5ec4cd9acedfd8c0a485f1d03c18a38190470a9 (patch)
treeb19153dd22c7f4ee0198e7ae327c6664a910d9cb /gnu
parentace03e017c1d1c9dbdbe9b8d3f58e2fbe891d5a3 (diff)
downloadguix-f5ec4cd9acedfd8c0a485f1d03c18a38190470a9.tar.gz
gnu: julia-staticarrays: Update to 1.2.9.
* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.9.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/julia-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index cfc93b29fa..c1e63ced42 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3648,7 +3648,7 @@ types and a common interface that is shared between them.")
 (define-public julia-staticarrays
   (package
     (name "julia-staticarrays")
-    (version "1.2.8")
+    (version "1.2.9")
     (source
      (origin
        (method git-fetch)
@@ -3657,7 +3657,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 "1932m3wddll63vqpgjfnkirp9y5agvic7vz5rv2lbjx8gjbamqs4"))))
+        (base32 "1902bl9p96mfq7d1rbilwp98wz2g82ml9svcgx7sczglyjbs4nsk"))))
     (build-system julia-build-system)
     (inputs
      `(("julia-benchmarktools" ,julia-benchmarktools)))