gnu: julia-parsers: Update to 2.2.4.
* gnu/packages/julia-xyz.scm (julia-parsers): Update to 2.2.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									36391f0ff0
								
							
						
					
					
						commit
						4a519a1092
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3946,7 +3946,7 @@ performance critical code.")
 | 
				
			||||||
(define-public julia-parsers
 | 
					(define-public julia-parsers
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-parsers")
 | 
					    (name "julia-parsers")
 | 
				
			||||||
    (version "1.1.0")
 | 
					    (version "2.2.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3955,7 +3955,7 @@ performance critical code.")
 | 
				
			||||||
             (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 "1gz3drd5334xrbx2ms33hiifkd0q1in4ywc92xvrkq3xgzdjqjdk"))))
 | 
					        (base32 "09v2x9yd1wdp74hzsf6218dpamlf2hb5nkmixqb4bc53ll8hpw4i"))))
 | 
				
			||||||
    (build-system julia-build-system)
 | 
					    (build-system julia-build-system)
 | 
				
			||||||
    (home-page "https://github.com/JuliaData/Parsers.jl")
 | 
					    (home-page "https://github.com/JuliaData/Parsers.jl")
 | 
				
			||||||
    (synopsis "Fast parsing machinery for basic types in Julia")
 | 
					    (synopsis "Fast parsing machinery for basic types in Julia")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue