gnu: camlp5: Update to 6.14.
* gnu/packages/ocaml.scm (camlp5): Update to 6.14.
This commit is contained in:
		
							parent
							
								
									b9d8756b13
								
							
						
					
					
						commit
						d4bf3dacd2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -238,14 +238,14 @@ syntax of OCaml.")
 | 
			
		|||
(define-public camlp5
 | 
			
		||||
  (package
 | 
			
		||||
    (name "camlp5")
 | 
			
		||||
    (version "6.12")
 | 
			
		||||
    (version "6.14")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "http://camlp5.gforge.inria.fr/distrib/src/"
 | 
			
		||||
                                  name "-" version ".tgz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "00jwgp6w4g64lfqjx77xziy532091fy00c42fsy0b4i892rch5mp"))))
 | 
			
		||||
                "1ql04iyvclpyy9805kpddc4ndjb5d0qg4shhi2fc6bixi49fvy89"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("ocaml" ,ocaml)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue