me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-cppo: Update to 1.6.8.

* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.8.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
master
Xinglu Chen 2021-09-26 18:26:20 +02:00 committed by Julien Lepiller
parent 8b9d17e770
commit d11b3bc71c
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -3284,7 +3284,7 @@ build system and allows external tools to analyse your project easily.")
(define-public ocaml-cppo (define-public ocaml-cppo
(package (package
(name "ocaml-cppo") (name "ocaml-cppo")
(version "1.6.6") (version "1.6.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3293,7 +3293,7 @@ build system and allows external tools to analyse your project easily.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"1smcc0l6fh2n0y6bp96c69j5nw755jja99w0b206wx3yb2m4w2hs")))) "0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:tests? #f)) `(#:tests? #f))