gnu: ocaml-odoc-parser: Update to 2.0.0.

* gnu/packages/ocaml.scm (ocaml-odoc-parser): Update to 2.0.0.
(ocamlformat): Update to 0.24.1.
This commit is contained in:
Julien Lepiller 2022-08-13 19:45:00 +02:00
parent 96b3449823
commit d75210a871
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7698,7 +7698,7 @@ (define-public ocaml-odoc
(define-public ocaml-odoc-parser
(package
(name "ocaml-odoc-parser")
(version "1.0.0")
(version "2.0.0")
(source
(origin
(method git-fetch)
@ -7708,10 +7708,10 @@ (define-public ocaml-odoc-parser
(file-name (git-file-name name version))
(sha256
(base32
"0mvwbnla0wd29bc7ckwpb494qv7p616cx8hnm0zg36np7v3zwy4w"))))
"1x48kf051xs98rd6cri591bk1ccp9hyp93n1rlf6qnxic55jw683"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-astring ocaml-result))
(list ocaml-astring ocaml-camlp-streams ocaml-result))
(native-inputs
(list ocaml-ppx-expect))
(home-page "https://github.com/ocaml-doc/odoc-parser")
@ -8227,7 +8227,7 @@ (define-public ocaml-either
(define-public ocamlformat
(package
(name "ocamlformat")
(version "0.22.4")
(version "0.24.1")
(source
(origin
(method git-fetch)
@ -8237,7 +8237,7 @@ (define-public ocamlformat
(file-name (git-file-name name version))
(sha256
(base32
"171lq3vx4y8xj4by5zy93isx8nhg6ysxg1hxmkqkq16fdaiz8mnc"))))
"0y1j5mwwrliy6a78cmpi6j8gw425shghqg9ylyl3qw5fx4b088pp"))))
(build-system dune-build-system)
(arguments
'(#:package "ocamlformat"