me
/
guix
Archived
1
0
Fork 0

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>
master
zimoun 2022-07-06 20:06:39 +02:00 committed by Efraim Flashner
parent 36391f0ff0
commit 4a519a1092
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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")