gnu: ocaml-cppo: Update to 1.6.6.
* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.6. [source]: Use git-fetch.
This commit is contained in:
parent
242e9f0d2c
commit
f082c78c98
1 changed files with 7 additions and 6 deletions
|
@ -2466,15 +2466,16 @@ (define-public ocaml-js-build-tools
|
||||||
(define-public ocaml-cppo
|
(define-public ocaml-cppo
|
||||||
(package
|
(package
|
||||||
(name "ocaml-cppo")
|
(name "ocaml-cppo")
|
||||||
(version "1.6.5")
|
(version "1.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/mjambon/cppo/archive/v" version
|
(uri (git-reference
|
||||||
".tar.gz"))
|
(url "https://github.com/mjambon/cppo")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1dkm3d5h6h56y937gcdk2wixlpzl59vv5pmiafglr89p20kf7gqf"))
|
"1smcc0l6fh2n0y6bp96c69j5nw755jja99w0b206wx3yb2m4w2hs"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue