gnu: ocaml-markup: Update to 1.0.3.
* gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.3.
This commit is contained in:
		
							parent
							
								
									59ec6c00b0
								
							
						
					
					
						commit
						1383cf4b3a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7079,7 +7079,7 @@ that can later be used to manipulate time in core_kernel or core.")
 | 
				
			||||||
(define-public ocaml-markup
 | 
					(define-public ocaml-markup
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ocaml-markup")
 | 
					    (name "ocaml-markup")
 | 
				
			||||||
    (version "1.0.2")
 | 
					    (version "1.0.3")
 | 
				
			||||||
    (home-page "https://github.com/aantron/markup.ml")
 | 
					    (home-page "https://github.com/aantron/markup.ml")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -7090,7 +7090,7 @@ that can later be used to manipulate time in core_kernel or core.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1kvqwrrcrys5d0kzdwxcj66jpi6sdhfas4pcg02pixx92q87vhqm"))))
 | 
					         "1acgcbhx4rxx92rf65lsns588d6zzfrin2pnpkx24jw5vbgz7idn"))))
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:package "markup"))
 | 
					     `(#:package "markup"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue