guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/19: gnu: julia-parsers: Update to 1.1.0.


From: guix-commits
Subject: 15/19: gnu: julia-parsers: Update to 1.1.0.
Date: Tue, 18 May 2021 13:42:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 165a85a6802eafcde12a7c44e9da2a1056b75cfc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 18 20:34:18 2021 +0300

    gnu: julia-parsers: Update to 1.1.0.
    
    * gnu/packages/julia-xyz.scm (julia-parsers): Update to 1.1.0.
---
 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 4b80fd0..b42543c 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1154,7 +1154,7 @@ build tree Yggdrasil.")
 (define-public julia-parsers
   (package
     (name "julia-parsers")
-    (version "1.0.15")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -1163,7 +1163,7 @@ build tree Yggdrasil.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16iffl6l28kspgqch48mhi1s8qhspr3cpqcwsph3rqi72lbfqygx"))))
+        (base32 "1gz3drd5334xrbx2ms33hiifkd0q1in4ywc92xvrkq3xgzdjqjdk"))))
     (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]