3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: hevea: Update to 2.33.

* gnu/packages/ocaml.scm (hevea): Update to 2.33.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-23 05:29:05 +01:00
parent ab99ef659b
commit c917c23e72
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -582,21 +582,21 @@ concrete syntax of the language (Quotations, Syntax Extensions).")
(define-public hevea
(package
(name "hevea")
(version "2.32")
(version "2.33")
(source (origin
(method url-fetch)
(uri (string-append "http://hevea.inria.fr/old/"
name "-" version ".tar.gz"))
"hevea-" version ".tar.gz"))
(sha256
(base32
"1s4yqphfcr1pf5mcj5c84mvmd107k525iiym5jdwsxz0ka0ccmfy"))))
"0115bn6n6hhb08rmj0m508wjcsn1mggiagqly6s941pq811wxymb"))))
(build-system gnu-build-system)
(inputs
`(("ocaml" ,ocaml)))
(native-inputs
`(("ocamlbuild" ,ocamlbuild)))
(arguments
`(#:tests? #f ; no test suite
`(#:tests? #f ; no test suite
#:make-flags (list (string-append "PREFIX=" %output))
#:phases (modify-phases %standard-phases
(delete 'configure)