mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: ocaml-cppo: Update to 1.6.9.
* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.9.
This commit is contained in:
parent
9574c43c1d
commit
0c1f4ebc55
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue