gnu: hevea: Update to 2.34.
* gnu/packages/ocaml.scm (hevea): Update to 2.34.
This commit is contained in:
		
							parent
							
								
									51fd92cef4
								
							
						
					
					
						commit
						2da5fcfdfa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -582,14 +582,14 @@ concrete syntax of the language (Quotations, Syntax Extensions).")
 | 
				
			||||||
(define-public hevea
 | 
					(define-public hevea
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "hevea")
 | 
					    (name "hevea")
 | 
				
			||||||
    (version "2.33")
 | 
					    (version "2.34")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://hevea.inria.fr/old/"
 | 
					              (uri (string-append "http://hevea.inria.fr/old/"
 | 
				
			||||||
                                  "hevea-" version ".tar.gz"))
 | 
					                                  "hevea-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0115bn6n6hhb08rmj0m508wjcsn1mggiagqly6s941pq811wxymb"))))
 | 
					                "1pzyszxw90klpcmhjqrjfc8cw6c0gm4w2blim8ydyxb6rq6qml1s"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ocaml" ,ocaml)))
 | 
					     `(("ocaml" ,ocaml)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue