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 | (define-public julia-json3 | ||||||
|   (package |   (package | ||||||
|     (name "julia-json3") |     (name "julia-json3") | ||||||
|     (version "1.8.2") |     (version "1.9.0") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|         (method git-fetch) |         (method git-fetch) | ||||||
|  | @ -2251,7 +2251,7 @@ and printing JSON documents.") | ||||||
|                (commit (string-append "v" version)))) |                (commit (string-append "v" version)))) | ||||||
|         (file-name (git-file-name name version)) |         (file-name (git-file-name name version)) | ||||||
|         (sha256 |         (sha256 | ||||||
|          (base32 "1mc3byqm6ygg4mjpdrx6grkr4gn06p25nr7050jgq1k2cf06iqba")))) |          (base32 "11z5maz7v50wd99id8z7838higza0cllh2amkdkrlskbri3v2f17")))) | ||||||
|     (build-system julia-build-system) |     (build-system julia-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("julia-parsers" ,julia-parsers) |      `(("julia-parsers" ,julia-parsers) | ||||||
|  |  | ||||||
		Reference in a new issue