GNU bug report logs -
#56426
[PATCH 0/6] Add Julia CSV
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Wed, 6 Jul 2022 18:06: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 #20 received at 56426 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.4.0.
---
gnu/packages/julia-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index ac7d5fd07e..7491ee3f5d 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5651,7 +5651,7 @@ (define-public julia-versionparsing
(define-public julia-weakrefstrings
(package
(name "julia-weakrefstrings")
- (version "1.1.0")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -5660,10 +5660,11 @@ (define-public julia-weakrefstrings
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219"))))
+ (base32 "1ca94bpsjqrap2y9wlixspnisfkcms7aax0kpv7yn0v2vs9481wk"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-dataapi
+ julia-inlinestrings
julia-parsers))
(home-page "https://github.com/JuliaData/WeakRefStrings.jl")
(synopsis "Efficient string representation and transfer in Julia")
--
2.36.0
This bug report was last modified 3 years and 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.