mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: julia-staticarrays: Update to 1.2.5
* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.5 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1978d716a9
commit
2d4fa647b7
1 changed files with 2 additions and 2 deletions
|
@ -3597,7 +3597,7 @@ types and a common interface that is shared between them.")
|
||||||
(define-public julia-staticarrays
|
(define-public julia-staticarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-staticarrays")
|
(name "julia-staticarrays")
|
||||||
(version "1.2.0")
|
(version "1.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3606,7 +3606,7 @@ types and a common interface that is shared between them.")
|
||||||
(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 "0z4g1kk6gy514dyafb559gcp4264ffx6h28ffczdvkyk8gm9j0m7"))))
|
(base32 "0vvs1kwpax18iyhiivznhq49nid0zh4fbfxyq99h0n3x2s1hzyi6"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("julia-benchmarktools" ,julia-benchmarktools)))
|
`(("julia-benchmarktools" ,julia-benchmarktools)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue