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 #11 received at 56426 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-parsers): Update to 2.2.4.
---
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 56cff1ea6f..c6f3ad5d61 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3946,7 +3946,7 @@ (define-public julia-parameters
(define-public julia-parsers
(package
(name "julia-parsers")
- (version "1.1.0")
+ (version "2.2.4")
(source
(origin
(method git-fetch)
@@ -3955,7 +3955,7 @@ (define-public julia-parsers
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1gz3drd5334xrbx2ms33hiifkd0q1in4ywc92xvrkq3xgzdjqjdk"))))
+ (base32 "09v2x9yd1wdp74hzsf6218dpamlf2hb5nkmixqb4bc53ll8hpw4i"))))
(build-system julia-build-system)
(home-page "https://github.com/JuliaData/Parsers.jl")
(synopsis "Fast parsing machinery for basic types 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.