diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-10 14:29:12 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-10 15:15:39 +0200 |
commit | 3dcc74d3ae605c965a37519524c51a328f0a25e2 (patch) | |
tree | 0738b3ef5ab4fec7cabf3a69404fa21d79ac0249 /gnu | |
parent | 67ff1088064d3da72fe8942ad62a53f7c41c7e04 (diff) | |
download | guix-3dcc74d3ae605c965a37519524c51a328f0a25e2.tar.gz |
gnu: julia-simd: Update to 3.4.0.
* gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index f358780b31..ef1a51d735 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -4582,7 +4582,7 @@ in @code{Gadfly}, @code{Plots} and @code{Makie} to label axes and keys.") (define-public julia-simd (package (name "julia-simd") - (version "3.3.1") + (version "3.4.0") (source (origin (method git-fetch) @@ -4591,7 +4591,7 @@ in @code{Gadfly}, @code{Plots} and @code{Makie} to label axes and keys.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1jiic2hcl9l6zh6jgqzbd3ik2girmgvni4bq65kdci5l12k9la68")))) + (base32 "0z7m5fykc6r4bxz4hfm6d3v1h7gg0c322l4zv8r3vrb8hrd6h263")))) (build-system julia-build-system) (home-page "https://github.com/eschnett/SIMD.jl") (synopsis "Explicit SIMD vectorization") |