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>
This commit is contained in:
pukkamustard 2020-12-28 22:10:09 +01:00 committed by Julien Lepiller
parent 349699bbc2
commit 1a5bca9b3b
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -5582,7 +5582,7 @@ (define-public ocaml-markup
(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 @@ (define-public ocaml-tyxml
(file-name (git-file-name name version))
(sha256
(base32
"0wv19xipkj8l2sks1h53105ywbjwk7q93fb7b8al4a2g9wr109c0"))))
"1hw4phyadcfgywgh5sj87i76gp56qwxzwlcpfdwjbf6ggag9clmd"))))
(build-system dune-build-system)
(inputs
`(("ocaml-re" ,ocaml-re)