civodul pushed a commit to branch master
in repository guix.
commit 30cc651fbad4ba3e63b5ec555230ea46318ca938
Author: Philippe SWARTVAGHER <[email protected]>
AuthorDate: Wed Mar 15 16:29:33 2023 +0100
gnu: hevea: Update to 2.36.
* gnu/packages/ocaml.scm (hevea): Update to 2.36.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f494d1112b..3b4fcf108b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1111,14 +1111,14 @@ concrete syntax of the language (Quotations, Syntax
Extensions).")
(define-public hevea
(package
(name "hevea")
- (version "2.35")
+ (version "2.36")
(source (origin
(method url-fetch)
(uri (string-append "http://hevea.inria.fr/old/"
"hevea-" version ".tar.gz"))
(sha256
(base32
- "1jwydkb9ldb1sx815c364dxgr569f2rbbzgxbn2kanrybpdbm2gi"))))
+ "0j06f8gb8f5is34kzmzy3znb0jkm2qd2l6rcl5v5qa9af3bmjrsx"))))
(build-system gnu-build-system)
(inputs
(list ocaml))