summaryrefslogtreecommitdiff
path: root/gnu/packages/julia-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-29 10:25:36 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:43:37 +0300
commit2d25b2f9b7b24178dced0105996230eaed92f6fe (patch)
treebc3013e3b4830f8f20e546e981e67a58089094c1 /gnu/packages/julia-xyz.scm
parent071f036625ed13e8cc72e5c5db9f14014b776eb1 (diff)
downloadguix-patches-2d25b2f9b7b24178dced0105996230eaed92f6fe.tar
guix-patches-2d25b2f9b7b24178dced0105996230eaed92f6fe.tar.gz
gnu: julia-staticarrays: Update to 1.2.8.
* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.8.
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-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 1d51487c04..fa4f308d31 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)))