diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-07-06 20:06:39 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-07-11 13:03:29 +0300 |
commit | 4a519a109273be20e424ca3136a5c2b78bff042a (patch) | |
tree | 9656c9db2e50e3c2a78a7d2ea173eef25493a83a | |
parent | 36391f0ff0f17e36225d8c2807a4661f2f832834 (diff) | |
download | guix-4a519a109273be20e424ca3136a5c2b78bff042a.tar.gz |
gnu: julia-parsers: Update to 2.2.4.
* gnu/packages/julia-xyz.scm (julia-parsers): Update to 2.2.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files 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 @@ performance critical code.") (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 @@ performance critical code.") (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") |