summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2020-12-28 22:10:09 +0100
committerJulien Lepiller <julien@lepiller.eu>2020-12-30 14:26:01 +0100
commit1a5bca9b3b143b3d9f234c95d8d2c43ca637de17 (patch)
tree9c3b56d68244940cdbd8b193d0485808b78fb2ec /gnu/packages/ocaml.scm
parent349699bbc21c9946486b0b41d8b2e24192bc9b7a (diff)
downloadguix-patches-1a5bca9b3b143b3d9f234c95d8d2c43ca637de17.tar
guix-patches-1a5bca9b3b143b3d9f234c95d8d2c43ca637de17.tar.gz
gnu: ocaml-tyxml: Update to 4.4.0.
* gnu/packages/ocaml.scm (ocaml-tyxml): Update to 4.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d10b14bf37..273dc2572c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5582,7 +5582,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)
@@ -5592,7 +5592,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)