From ddec49858a27cf68fd39b2ff61514cca87329a5e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 6 Oct 2021 16:20:14 +0300 Subject: gnu: julia-pooledarrays: Update to 1.3.0. * gnu/packages/julia-xyz.scm (julia-pooledarrays): Update to 1.3.0. --- gnu/packages/julia-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index ef2fd75ace..4c1fab8dfa 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -3080,7 +3080,7 @@ plotting components.") (define-public julia-pooledarrays (package (name "julia-pooledarrays") - (version "1.2.1") + (version "1.3.0") (source (origin (method git-fetch) @@ -3089,7 +3089,7 @@ plotting components.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ihvhzkxdw4qf0i6sbrickhdcwkmlin9zyixxn9xvgzm8nc0iwqy")))) + (base32 "0qdwvf1p5z6z0q4s4hn85ysd8wq47zy6hlzddc5ijvhk86ccqlrr")))) (build-system julia-build-system) (propagated-inputs `(("julia-dataapi" ,julia-dataapi))) -- cgit v1.2.3