diff options
author | Ivan Gankevich <i.gankevich@spbu.ru> | 2021-07-07 09:57:54 +0300 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-07-10 15:01:31 +0200 |
commit | bfa0df0d612b745b97c0785c31e76e8cde58657d (patch) | |
tree | 9a081f96da2a79c3b8310034a613c16815b74677 /gnu/packages/ocaml.scm | |
parent | 4dc0337146425f57c3170dd98856f5195ca21b27 (diff) | |
download | guix-bfa0df0d612b745b97c0785c31e76e8cde58657d.tar guix-bfa0df0d612b745b97c0785c31e76e8cde58657d.tar.gz |
gnu: hevea: Update to 2.35.
* gnu/packages/ocaml.scm (hevea): Update to 2.35.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index cec6eb4f89..d5fda3d334 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2021 aecepoglu <aecepoglu@fastmail.fm> ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz> +;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru> ;;; ;;; This file is part of GNU Guix. ;;; @@ -933,14 +934,14 @@ concrete syntax of the language (Quotations, Syntax Extensions).") (define-public hevea (package (name "hevea") - (version "2.34") + (version "2.35") (source (origin (method url-fetch) (uri (string-append "http://hevea.inria.fr/old/" "hevea-" version ".tar.gz")) (sha256 (base32 - "1pzyszxw90klpcmhjqrjfc8cw6c0gm4w2blim8ydyxb6rq6qml1s")))) + "1jwydkb9ldb1sx815c364dxgr569f2rbbzgxbn2kanrybpdbm2gi")))) (build-system gnu-build-system) (inputs `(("ocaml" ,ocaml))) |