gnu: Update ocaml-mdx to 1.9.0.
* gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
		
							parent
							
								
									2e30e84b64
								
							
						
					
					
						commit
						e93f6b693b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6745,7 +6745,7 @@ variants.")
 | 
				
			||||||
(define-public ocaml-mdx
 | 
					(define-public ocaml-mdx
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ocaml-mdx")
 | 
					    (name "ocaml-mdx")
 | 
				
			||||||
    (version "1.7.0")
 | 
					    (version "1.9.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -6754,7 +6754,7 @@ variants.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "10avyv99xkfqdq3gmq8gps770jpibbfslg97sbhgmp0dpwikz49d"))))
 | 
					                "0fhwaci8j73fx9xqapa9iv9xwjx73r6p8wh9xg6brnfbqkc38d5b"))))
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ocaml-fmt" ,ocaml-fmt)
 | 
					     `(("ocaml-fmt" ,ocaml-fmt)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue