mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ocaml-ppx-expect: Update to 0.14.2.
* gnu/packages/ocaml.scm (ocaml-ppx-expect): Update to 0.14.2.
This commit is contained in:
parent
94226686fe
commit
18c406df97
1 changed files with 2 additions and 2 deletions
|
@ -6212,7 +6212,7 @@ (define-public ocaml4.07-ppx-assert
|
|||
(define-public ocaml-ppx-expect
|
||||
(package
|
||||
(name "ocaml-ppx-expect")
|
||||
(version "0.14.1")
|
||||
(version "0.14.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6222,7 +6222,7 @@ (define-public ocaml-ppx-expect
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vbbnjrzpyk5p0js21lafr6fcp2wqka89p1876rdf472cmg0l7fv"))))
|
||||
"1v886rsl93wdmaw61z10q8nqshf8hvlznj9gym2ljrjz4cqyjsa4"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
`(("ocaml-base" ,ocaml-base)
|
||||
|
|
Loading…
Reference in a new issue