guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: julia-json: Update to 0.21.3.


From: guix-commits
Subject: 03/07: gnu: julia-json: Update to 0.21.3.
Date: Mon, 11 Jul 2022 06:05:21 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 588c73f196c78cb5ff15eea630abf035a2db928a
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Jul 6 20:06:41 2022 +0200

    gnu: julia-json: Update to 0.21.3.
    
    * gnu/packages/julia-xyz.scm (julia-json): Update to 0.21.3.
    
    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 49816507bd..ac7d5fd07e 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3112,7 +3112,7 @@ extensions to the iterator interface.")
 (define-public julia-json
   (package
     (name "julia-json")
-    (version "0.21.1")
+    (version "0.21.3")
     (source
      (origin
        (method git-fetch)
@@ -3121,7 +3121,7 @@ extensions to the iterator interface.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f9k613kbknmp4fgjxvjaw4d5sfbx8a5hmcszmp1w9rqfqngjx9m"))))
+        (base32 "1l2p852sxq6h5fif3dqshvbw17gb06jmq2nkr88spvp7s0n0nslz"))))
     (build-system julia-build-system)
     (propagated-inputs
      (list julia-datastructures



reply via email to

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