gnu: hevea: Update to 2.36.
* gnu/packages/ocaml.scm (hevea): Update to 2.36. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									af91c2d540
								
							
						
					
					
						commit
						30cc651fba
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1111,14 +1111,14 @@ concrete syntax of the language (Quotations, Syntax Extensions).")
 | 
				
			||||||
(define-public hevea
 | 
					(define-public hevea
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "hevea")
 | 
					    (name "hevea")
 | 
				
			||||||
    (version "2.35")
 | 
					    (version "2.36")
 | 
				
			||||||
    (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
 | 
				
			||||||
                "1jwydkb9ldb1sx815c364dxgr569f2rbbzgxbn2kanrybpdbm2gi"))))
 | 
					                "0j06f8gb8f5is34kzmzy3znb0jkm2qd2l6rcl5v5qa9af3bmjrsx"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list ocaml))
 | 
					     (list ocaml))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue