[PATCH] Update hevea to 2.35.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ivan Gankevich
  • Julien Lepiller
Owner
unassigned
Submitted by
Ivan Gankevich
Severity
normal

Debbugs page

Ivan Gankevich wrote 4 years ago
(address . guix-patches@gnu.org)(name . Ivan Gankevich)(address . i.gankevich@spbu.ru)
20210707065753.13202-1-i.gankevich@spbu.ru
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
Julien Lepiller wrote 4 years ago
(name . Ivan Gankevich)(address . i.gankevich@spbu.ru)(address . 49453-done@debbugs.gnu.org)
20210710150433.4468a170@tachikoma.lepiller.eu
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@spbu.ru> a écrit :

Toggle quote (26 lines)
> ---
> 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)))
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49453@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49453
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help