GNU bug report logs -
#49453
[PATCH] Update hevea to 2.35.
Previous Next
Reported by: Ivan Gankevich <i.gankevich <at> spbu.ru>
Date: Wed, 7 Jul 2021 06:59:02 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#49453: [PATCH] Update hevea to 2.35.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 49453 <at> debbugs.gnu.org.
--
49453: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49453
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed as bfa0df0d612b745b97c0785c31e76e8cde58657d, thank you!
I fixed the commit message to follow Guix conventions, and added a
copyright line for you:
gnu: hevea: Update to 2.35.
* gnu/packages/ocaml.scm (hevea): Update to 2.35.
Le Wed, 7 Jul 2021 09:57:54 +0300,
Ivan Gankevich <i.gankevich <at> spbu.ru> a écrit :
> ---
> 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 cec6eb4f89..652ad3c5f4 100644
> --- a/gnu/packages/ocaml.scm
> +++ b/gnu/packages/ocaml.scm
> @@ -933,14 +933,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)))
[Message part 3 (message/rfc822, inline)]
---
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 cec6eb4f89..652ad3c5f4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -933,14 +933,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)))
--
2.32.0
This bug report was last modified 4 years and 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.