diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-06-03 21:44:36 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-06-03 21:44:36 +0200 |
commit | 0c1f4ebc55772b45007cc6c2dc52945f1da3cca7 (patch) | |
tree | 9d7cc7ceeb5115fdbdad294b6679617ca1ed1d52 | |
parent | 9574c43c1dafa6e3735acd384baf97e301c1c535 (diff) | |
download | guix-0c1f4ebc55772b45007cc6c2dc52945f1da3cca7.tar guix-0c1f4ebc55772b45007cc6c2dc52945f1da3cca7.tar.gz |
gnu: ocaml-cppo: Update to 1.6.9.
* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.9.
-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 f389bf6a6c..093835d370 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3490,7 +3490,7 @@ build system and allows external tools to analyse your project easily.") (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 @@ 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 - "0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9")))) + "1c8jlr2s0allw1h6czz5q24vn5jsnrrh44j7hjyilzaifm17dlrm")))) (build-system dune-build-system) (arguments `(#:tests? #f)) |