summaryrefslogtreecommitdiff
path: root/gnu/packages/julia-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-10-07 12:00:35 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-10-08 11:19:10 +0300
commitd6bebca94d15b1201bb49884025ac352b3c0f4c8 (patch)
tree857df7847f1eaeb0462b7bde5f9fca20f0418704 /gnu/packages/julia-xyz.scm
parent09ee0df82e2622972505d660541048f870b54fd1 (diff)
downloadguix-patches-d6bebca94d15b1201bb49884025ac352b3c0f4c8.tar
guix-patches-d6bebca94d15b1201bb49884025ac352b3c0f4c8.tar.gz
gnu: julia-staticarrays: Update to 1.2.13.
* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.13.
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 7c68a6f42f..a3871982f4 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3969,7 +3969,7 @@ types and a common interface that is shared between them.")
(define-public julia-staticarrays
(package
(name "julia-staticarrays")
- (version "1.2.9")
+ (version "1.2.13")
(source
(origin
(method git-fetch)
@@ -3978,7 +3978,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 "1902bl9p96mfq7d1rbilwp98wz2g82ml9svcgx7sczglyjbs4nsk"))))
+ (base32 "041mijzgzm8r61a3gwspr2wcxjikqksvj2rbnl4gmcy41alqmx79"))))
(build-system julia-build-system)
(inputs
`(("julia-benchmarktools" ,julia-benchmarktools)))