gnu: julia-json3: Update to 1.9.0.
* gnu/packages/julia-xyz.scm (julia-json3): Update to 1.9.0.
This commit is contained in:
		
							parent
							
								
									4a69ab16ec
								
							
						
					
					
						commit
						6087d0dbd6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2242,7 +2242,7 @@ and printing JSON documents.") | |||
| (define-public julia-json3 | ||||
|   (package | ||||
|     (name "julia-json3") | ||||
|     (version "1.8.2") | ||||
|     (version "1.9.0") | ||||
|     (source | ||||
|       (origin | ||||
|         (method git-fetch) | ||||
|  | @ -2251,7 +2251,7 @@ and printing JSON documents.") | |||
|                (commit (string-append "v" version)))) | ||||
|         (file-name (git-file-name name version)) | ||||
|         (sha256 | ||||
|          (base32 "1mc3byqm6ygg4mjpdrx6grkr4gn06p25nr7050jgq1k2cf06iqba")))) | ||||
|          (base32 "11z5maz7v50wd99id8z7838higza0cllh2amkdkrlskbri3v2f17")))) | ||||
|     (build-system julia-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("julia-parsers" ,julia-parsers) | ||||
|  |  | |||
		Reference in a new issue