diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-19 19:30:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 05:56:53 +0200 |
commit | 2da5fcfdfade2129b014f3db167bd90178178ae5 (patch) | |
tree | d67fe8a8d1dc6fb6f46346402bc889befd8e7034 /gnu | |
parent | 51fd92cef46fb658becf3a58a99a34b7331a7840 (diff) | |
download | guix-2da5fcfdfade2129b014f3db167bd90178178ae5.tar.gz guix-2da5fcfdfade2129b014f3db167bd90178178ae5.zip |
gnu: hevea: Update to 2.34.
* gnu/packages/ocaml.scm (hevea): Update to 2.34.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 916c7fe292..877e841b20 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -582,14 +582,14 @@ concrete syntax of the language (Quotations, Syntax Extensions).") (define-public hevea (package (name "hevea") - (version "2.33") + (version "2.34") (source (origin (method url-fetch) (uri (string-append "http://hevea.inria.fr/old/" "hevea-" version ".tar.gz")) (sha256 (base32 - "0115bn6n6hhb08rmj0m508wjcsn1mggiagqly6s941pq811wxymb")))) + "1pzyszxw90klpcmhjqrjfc8cw6c0gm4w2blim8ydyxb6rq6qml1s")))) (build-system gnu-build-system) (inputs `(("ocaml" ,ocaml))) |