[PATCH] gnu: hevea: Update to 2.36.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Philippe SWARTVAGHER
Owner
unassigned
Submitted by
Philippe SWARTVAGHER
Severity
normal

Debbugs page

Philippe SWARTVAGHER wrote 2 years ago
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)
20230315152933.92666-1-phil.swart@gmx.fr
* gnu/packages/ocaml.scm (hevea): Update to 2.36.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f494d1112b..3b4fcf108b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1111,14 +1111,14 @@ (define-public camlp5
(define-public hevea
(package
(name "hevea")
- (version "2.35")
+ (version "2.36")
(source (origin
(method url-fetch)
(uri (string-append "http://hevea.inria.fr/old/"
"hevea-" version ".tar.gz"))
(sha256
(base32
- "1jwydkb9ldb1sx815c364dxgr569f2rbbzgxbn2kanrybpdbm2gi"))))
+ "0j06f8gb8f5is34kzmzy3znb0jkm2qd2l6rcl5v5qa9af3bmjrsx"))))
(build-system gnu-build-system)
(inputs
(list ocaml))

base-commit: 201251b1ffe43ecefe75ebf5ce9b8caaa4674eb0
--
2.30.2
Ludovic Courtès wrote 2 years ago
(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)(address . 62205-done@debbugs.gnu.org)
87r0taikg6.fsf@gnu.org
Hi Philippe, :-)

Philippe SWARTVAGHER <phil.swart@gmx.fr> skribis:

Toggle quote (2 lines)
> * gnu/packages/ocaml.scm (hevea): Update to 2.36.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62205
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