mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ else expression.")
|
||||||
(define-public ocaml-ppx-optcomp
|
(define-public ocaml-ppx-optcomp
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-optcomp")
|
(name "ocaml-ppx-optcomp")
|
||||||
(version "0.14.3")
|
(version "0.15.0")
|
||||||
(home-page "https://github.com/janestreet/ppx_optcomp")
|
(home-page "https://github.com/janestreet/ppx_optcomp")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -6144,7 +6144,7 @@ else expression.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iflgfzs23asw3k6098v84al5zqx59rx2qjw0mhvk56avlx71pkw"))))
|
"0ypivfipi8fcr9pqyvl2ajpcivmr1irdwwv248i4x6mggpc2pl0b"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-base ocaml-stdio ocaml-ppxlib))
|
(list ocaml-base ocaml-stdio ocaml-ppxlib))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue