mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
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:
parent
349699bbc2
commit
1a5bca9b3b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue