me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-odoc: Update to 1.4.2.

* gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.2.
master
Tobias Geerinckx-Rice 2019-11-22 23:47:26 +01:00
parent d34c6a2a93
commit 520dc74369
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -5199,7 +5199,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
(define-public ocaml-odoc
(package
(name "ocaml-odoc")
(version "1.4.1")
(version "1.4.2")
(source
(origin
(method git-fetch)
@ -5208,8 +5208,7 @@ then run the Bisect_ppx report tool on the generated visitation files.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1i2j0krbzvb1n3dcic9h1pyyqxmf051ky82nrcyzx1nwqjb8zfh6"))))
(base32 "0rvhx139jx6wmlfz355mja6mk03x4swq1xxvk5ky6jzhalq3cf5i"))))
(build-system dune-build-system)
(inputs
`(("ocaml-alcotest" ,ocaml-alcotest)