diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-09-26 18:26:20 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 03:07:39 +0200 |
commit | d11b3bc71cc8fe81615c941e0d1dea242999a1e6 (patch) | |
tree | b945f9824b1c1b630924e6c48052bd9df40b69b0 | |
parent | 8b9d17e770d821fa3dcc7d658e43a8e7081ba244 (diff) | |
download | guix-d11b3bc71cc8fe81615c941e0d1dea242999a1e6.tar.gz |
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>
-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 aeed55b5af..c5fd233bc1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3284,7 +3284,7 @@ build system and allows external tools to analyse your project easily.") (define-public ocaml-cppo (package (name "ocaml-cppo") - (version "1.6.6") + (version "1.6.8") (source (origin (method git-fetch) @@ -3293,7 +3293,7 @@ build system and allows external tools to analyse your project easily.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1smcc0l6fh2n0y6bp96c69j5nw755jja99w0b206wx3yb2m4w2hs")))) + "0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9")))) (build-system dune-build-system) (arguments `(#:tests? #f)) |