GNU bug report logs -
#60075
[PATCH 00/58] New julia patches
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Wed, 14 Dec 2022 20:33:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #68 received at 60075 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-pooledarrays): Update to 1.4.2.
[native-inputs]: Add julia-offsetarrays.
---
gnu/packages/julia-xyz.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 3948102a6b..2e12f57c1a 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4259,7 +4259,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)
@@ -4268,10 +4268,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
--
2.38.1
This bug report was last modified 2 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.