mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ocaml-ppx-optcomp: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.15.0.
This commit is contained in:
parent
ffdd749ad5
commit
f076cdba02
1 changed files with 2 additions and 2 deletions
|
@ -6133,7 +6133,7 @@ (define-public ocaml4.07-ppx-optional
|
|||
(define-public ocaml-ppx-optcomp
|
||||
(package
|
||||
(name "ocaml-ppx-optcomp")
|
||||
(version "0.14.3")
|
||||
(version "0.15.0")
|
||||
(home-page "https://github.com/janestreet/ppx_optcomp")
|
||||
(source
|
||||
(origin
|
||||
|
@ -6144,7 +6144,7 @@ (define-public ocaml-ppx-optcomp
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iflgfzs23asw3k6098v84al5zqx59rx2qjw0mhvk56avlx71pkw"))))
|
||||
"0ypivfipi8fcr9pqyvl2ajpcivmr1irdwwv248i4x6mggpc2pl0b"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-stdio ocaml-ppxlib))
|
||||
|
|
Loading…
Reference in a new issue