[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45498] [PATCH 07/12] gnu: ocaml-tyxml: Update to 4.4.0.
From: |
pukkamustard |
Subject: |
[bug#45498] [PATCH 07/12] gnu: ocaml-tyxml: Update to 4.4.0. |
Date: |
Mon, 28 Dec 2020 13:47:13 +0100 |
* gnu/packages/ocaml.scm (ocaml-tyxml): Update to 4.4.0.
---
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 6b18479382..bbdf65892e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5587,7 +5587,7 @@ stream, and convert everything to UTF-8.")
(define-public ocaml-tyxml
(package
(name "ocaml-tyxml")
- (version "4.3.0")
+ (version "4.4.0")
(source
(origin
(method git-fetch)
@@ -5597,7 +5597,7 @@ stream, and convert everything to UTF-8.")
(file-name (git-file-name name version))
(sha256
(base32
- "0wv19xipkj8l2sks1h53105ywbjwk7q93fb7b8al4a2g9wr109c0"))))
+ "1hw4phyadcfgywgh5sj87i76gp56qwxzwlcpfdwjbf6ggag9clmd"))))
(build-system dune-build-system)
(inputs
`(("ocaml-re" ,ocaml-re)
--
2.29.2
- [bug#45498] [PATCH 00/12] Add ocaml-merlin., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 01/12] gnu: Remove ocaml-js-build-tools., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 03/12] gnu: Add ocaml-base., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 02/12] gnu: Add ocaml-sexplib., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 05/12] gnu: Add ocaml-sexplib., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 04/12] gnu: Add ocaml-parsexp., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 07/12] gnu: ocaml-tyxml: Update to 4.4.0.,
pukkamustard <=
- [bug#45498] [PATCH 06/12] gnu: Add ocaml-ounit2., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 09/12] gnu: Add ocaml-odoc., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 08/12] gnu: ocaml-markup: Update to 1.0.0., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 11/12] gnu: Add ocaml-mdx., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 10/12] gnu: Add ocaml-version., pukkamustard, 2020/12/28
- [bug#45498] [PATCH 12/12] gnu: Add ocaml-merlin., pukkamustard, 2020/12/28
- [bug#34412] [bug#45498] [PATCH 00/12] Add ocaml-merlin., Julien Lepiller, 2020/12/28