gnu: ocaml-sexplib: Update to 0.16.0.
* gnu/packages/ocaml.scm (ocaml-sexplib): Update to 0.16.0. Change-Id: Ib7c2737b64f5b1f8de7ea8db7bcba05ef813c5db
This commit is contained in:
		
							parent
							
								
									3c6b057791
								
							
						
					
					
						commit
						479b75e985
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6010,7 +6010,7 @@ parsexp_io.")
 | 
			
		|||
(define-public ocaml-sexplib
 | 
			
		||||
  (package
 | 
			
		||||
    (name "ocaml-sexplib")
 | 
			
		||||
    (version "0.15.1")
 | 
			
		||||
    (version "0.16.0")
 | 
			
		||||
    (home-page "https://github.com/janestreet/sexplib")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -6020,7 +6020,7 @@ parsexp_io.")
 | 
			
		|||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1gcvcc0jw6pb69wwfjnaqz1jk5simap2kdb7g43v7v7mksg8sh9f"))))
 | 
			
		||||
                "0hl0zf2cgjivvlsrf85f5lg4xprcgbz7qg2z51k838y7k2121k78"))))
 | 
			
		||||
    (build-system dune-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list ocaml-base ocaml-num ocaml-parsexp ocaml-sexplib0))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue