gnu: ocaml-cppo: Update to 1.6.9.

* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.9.
This commit is contained in:
Julien Lepiller 2022-06-03 21:44:36 +02:00
parent 9574c43c1d
commit 0c1f4ebc55
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -3490,7 +3490,7 @@ (define-public ocaml-oasis
(define-public ocaml-cppo
(package
(name "ocaml-cppo")
(version "1.6.8")
(version "1.6.9")
(source
(origin
(method git-fetch)
@ -3499,7 +3499,7 @@ (define-public ocaml-cppo
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (base32
"0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9"))))
"1c8jlr2s0allw1h6czz5q24vn5jsnrrh44j7hjyilzaifm17dlrm"))))
(build-system dune-build-system)
(arguments
`(#:tests? #f))