guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]