unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49453] [PATCH] Update hevea to 2.35.
@ 2021-07-07  6:57 Ivan Gankevich
  2021-07-10 13:04 ` bug#49453: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Gankevich @ 2021-07-07  6:57 UTC (permalink / raw)
  To: 49453; +Cc: Ivan Gankevich

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49453: [PATCH] Update hevea to 2.35.
  2021-07-07  6:57 [bug#49453] [PATCH] Update hevea to 2.35 Ivan Gankevich
@ 2021-07-10 13:04 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2021-07-10 13:04 UTC (permalink / raw)
  To: Ivan Gankevich; +Cc: 49453-done

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 :

> ---
>  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)))





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-10 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  6:57 [bug#49453] [PATCH] Update hevea to 2.35 Ivan Gankevich
2021-07-10 13:04 ` bug#49453: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).