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:
Efraim Flashner 2022-12-13 09:48:49 +02:00
parent 6f4c87b493
commit b786dcb793
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4285,7 +4285,7 @@ (define-public julia-plotutils
(define-public julia-pooledarrays
(package
(name "julia-pooledarrays")
(version "1.3.0")
(version "1.4.2")
(source
(origin
(method git-fetch)
@ -4294,10 +4294,12 @@ (define-public julia-pooledarrays
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0qdwvf1p5z6z0q4s4hn85ysd8wq47zy6hlzddc5ijvhk86ccqlrr"))))
(base32 "0g30d46n8cc8vr9icjhfkqz2il2185ijh7xhfy9vhcnmllzpd0yg"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-dataapi))
(native-inputs
(list julia-offsetarrays))
(home-page "https://github.com/JuliaData/PooledArrays.jl")
(synopsis "Pooled representation of arrays in Julia")
(description "This package provides a pooled representation of arrays for