me
/
guix
Archived
1
0
Fork 0

gnu: julia-simd: Update to 3.4.0.

* gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.0.
master
Efraim Flashner 2022-01-10 14:29:12 +02:00
parent 67ff108806
commit 3dcc74d3ae
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -4582,7 +4582,7 @@ in @code{Gadfly}, @code{Plots} and @code{Makie} to label axes and keys.")
(define-public julia-simd (define-public julia-simd
(package (package
(name "julia-simd") (name "julia-simd")
(version "3.3.1") (version "3.4.0")
(source (source
(origin (origin
(method git-fetch) (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)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1jiic2hcl9l6zh6jgqzbd3ik2girmgvni4bq65kdci5l12k9la68")))) (base32 "0z7m5fykc6r4bxz4hfm6d3v1h7gg0c322l4zv8r3vrb8hrd6h263"))))
(build-system julia-build-system) (build-system julia-build-system)
(home-page "https://github.com/eschnett/SIMD.jl") (home-page "https://github.com/eschnett/SIMD.jl")
(synopsis "Explicit SIMD vectorization") (synopsis "Explicit SIMD vectorization")