gnu: ocaml-utop: Update to 2.9.2.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.9.2.
This commit is contained in:
		
							parent
							
								
									a24dbd25eb
								
							
						
					
					
						commit
						ad91e2a010
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4244,7 +4244,7 @@ instead of bindings to a C library.")
 | 
				
			||||||
(define-public ocaml-utop
 | 
					(define-public ocaml-utop
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ocaml-utop")
 | 
					    (name "ocaml-utop")
 | 
				
			||||||
    (version "2.9.1")
 | 
					    (version "2.9.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4253,7 +4253,7 @@ instead of bindings to a C library.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1pmsmi0j4gb1vsd69j0bppkv79wbwz5xcffq78n1i2ibhff6r4j0"))))
 | 
					        (base32 "0z5anakgbndhyzbi570pfs2fy69bnmgq9jflgfbly2rhbhwa7wgj"))))
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "."))
 | 
					     `(#:test-target "."))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue