gnu: julia-pooledarrays: Update to 1.4.2.
* gnu/packages/julia-xyz.scm (julia-pooledarrays): Update to 1.4.2. [native-inputs]: Add julia-offsetarrays.
This commit is contained in:
parent
6f4c87b493
commit
b786dcb793
1 changed files with 4 additions and 2 deletions
|
@ -4285,7 +4285,7 @@ plotting components.")
|
||||||
(define-public julia-pooledarrays
|
(define-public julia-pooledarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-pooledarrays")
|
(name "julia-pooledarrays")
|
||||||
(version "1.3.0")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4294,10 +4294,12 @@ plotting components.")
|
||||||
(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 "0qdwvf1p5z6z0q4s4hn85ysd8wq47zy6hlzddc5ijvhk86ccqlrr"))))
|
(base32 "0g30d46n8cc8vr9icjhfkqz2il2185ijh7xhfy9vhcnmllzpd0yg"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-dataapi))
|
(list julia-dataapi))
|
||||||
|
(native-inputs
|
||||||
|
(list julia-offsetarrays))
|
||||||
(home-page "https://github.com/JuliaData/PooledArrays.jl")
|
(home-page "https://github.com/JuliaData/PooledArrays.jl")
|
||||||
(synopsis "Pooled representation of arrays in Julia")
|
(synopsis "Pooled representation of arrays in Julia")
|
||||||
(description "This package provides a pooled representation of arrays for
|
(description "This package provides a pooled representation of arrays for
|
||||||
|
|
Reference in a new issue