diff options
| -rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 49816507bdf..ac7d5fd07e7 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm | |||
| @@ -3112,7 +3112,7 @@ extensions to the iterator interface.") | |||
| 3112 | (define-public julia-json | 3112 | (define-public julia-json |
| 3113 | (package | 3113 | (package |
| 3114 | (name "julia-json") | 3114 | (name "julia-json") |
| 3115 | (version "0.21.1") | 3115 | (version "0.21.3") |
| 3116 | (source | 3116 | (source |
| 3117 | (origin | 3117 | (origin |
| 3118 | (method git-fetch) | 3118 | (method git-fetch) |
| @@ -3121,7 +3121,7 @@ extensions to the iterator interface.") | |||
| 3121 | (commit (string-append "v" version)))) | 3121 | (commit (string-append "v" version)))) |
| 3122 | (file-name (git-file-name name version)) | 3122 | (file-name (git-file-name name version)) |
| 3123 | (sha256 | 3123 | (sha256 |
| 3124 | (base32 "1f9k613kbknmp4fgjxvjaw4d5sfbx8a5hmcszmp1w9rqfqngjx9m")))) | 3124 | (base32 "1l2p852sxq6h5fif3dqshvbw17gb06jmq2nkr88spvp7s0n0nslz")))) |
| 3125 | (build-system julia-build-system) | 3125 | (build-system julia-build-system) |
| 3126 | (propagated-inputs | 3126 | (propagated-inputs |
| 3127 | (list julia-datastructures | 3127 | (list julia-datastructures |
