gnu: ocaml-spawn: Update to 0.13.0.
* gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.13.0.
This commit is contained in:
		
							parent
							
								
									554b30d2ac
								
							
						
					
					
						commit
						f9caa17b63
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -4818,15 +4818,16 @@ Configurator allows one to:
 | 
				
			||||||
(define-public ocaml-spawn
 | 
					(define-public ocaml-spawn
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ocaml-spawn")
 | 
					    (name "ocaml-spawn")
 | 
				
			||||||
    (version "0.12.0")
 | 
					    (version "0.13.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
                     (url "https://github.com/janestreet/spawn.git")
 | 
					                     (url "https://github.com/janestreet/spawn.git")
 | 
				
			||||||
                     (commit (string-append "v" version))))
 | 
					                     (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0amgj7g9sjlbjivn1mg7yjdmxd21hgp4a0ak2zrm95dmm4gi846i"))))
 | 
					                "1w003k1kw1lmyiqlk58gkxx8rac7dchiqlz6ah7aj7bh49b36ppf"))))
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue