diff options
author | pukkamustard <pukkamustard@posteo.net> | 2020-12-28 22:10:09 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-12-30 14:26:01 +0100 |
commit | 1a5bca9b3b143b3d9f234c95d8d2c43ca637de17 (patch) | |
tree | 9c3b56d68244940cdbd8b193d0485808b78fb2ec /gnu | |
parent | 349699bbc21c9946486b0b41d8b2e24192bc9b7a (diff) | |
download | guix-1a5bca9b3b143b3d9f234c95d8d2c43ca637de17.tar.gz guix-1a5bca9b3b143b3d9f234c95d8d2c43ca637de17.zip |
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')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
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) |