gnu: ocaml-ppx-pipebang: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-04-30 21:25:21 +02:00
parent 26e3face3d
commit 20c090e572
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6010,7 +6010,7 @@ (define-public ocaml4.07-ppx-sexp-message
(define-public ocaml-ppx-pipebang (define-public ocaml-ppx-pipebang
(package (package
(name "ocaml-ppx-pipebang") (name "ocaml-ppx-pipebang")
(version "0.14.0") (version "0.15.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6019,7 +6019,7 @@ (define-public ocaml-ppx-pipebang
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0450b3p2rpnnn5yyvbkcd3c33jr2z0dp8blwxddaj2lv7nzl5dzf")))) (base32 "0sm5dghyalhws3hy1cc2ih36az1k4q02hcgj6l26gwyma3y4irvq"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments `(#:tests? #f)); no tests (arguments `(#:tests? #f)); no tests
(propagated-inputs (list ocaml-ppxlib)) (propagated-inputs (list ocaml-ppxlib))