[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: julia-parsers: Update to 2.2.4.
From: |
guix-commits |
Subject: |
01/07: gnu: julia-parsers: Update to 2.2.4. |
Date: |
Mon, 11 Jul 2022 06:05:21 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 4a519a109273be20e424ca3136a5c2b78bff042a
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Jul 6 20:06:39 2022 +0200
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>
---
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 @@ 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")
- branch master updated (36391f0ff0 -> 556a96fe21), guix-commits, 2022/07/11
- 01/07: gnu: julia-parsers: Update to 2.2.4.,
guix-commits <=
- 04/07: gnu: julia-weakrefstrings: Update to 1.4.0., guix-commits, 2022/07/11
- 03/07: gnu: julia-json: Update to 0.21.3., guix-commits, 2022/07/11
- 05/07: gnu: Add julia-sentinelarrays., guix-commits, 2022/07/11
- 02/07: gnu: Add julia-inlinestrings., guix-commits, 2022/07/11
- 07/07: gnu: python-gevent: Remove cythonized files., guix-commits, 2022/07/11
- 06/07: gnu: Add julia-csv., guix-commits, 2022/07/11