diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-04-30 21:25:21 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:55 +0200 |
commit | 20c090e572d11407c5a3f9f120904c7597f1c456 (patch) | |
tree | 0bddff32724abfe8de4dd22d7fe7fefc71b76bcd | |
parent | 26e3face3dc0fbade5c7777ead3fd36af6d224b3 (diff) | |
download | guix-20c090e572d11407c5a3f9f120904c7597f1c456.tar guix-20c090e572d11407c5a3f9f120904c7597f1c456.tar.gz |
gnu: ocaml-ppx-pipebang: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): Update to 0.15.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 344af676a1..ed090817a7 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6010,7 +6010,7 @@ context such as function arguments.") (define-public ocaml-ppx-pipebang (package (name "ocaml-ppx-pipebang") - (version "0.14.0") + (version "0.15.0") (source (origin (method git-fetch) @@ -6019,7 +6019,7 @@ context such as function arguments.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0450b3p2rpnnn5yyvbkcd3c33jr2z0dp8blwxddaj2lv7nzl5dzf")))) + (base32 "0sm5dghyalhws3hy1cc2ih36az1k4q02hcgj6l26gwyma3y4irvq")))) (build-system dune-build-system) (arguments `(#:tests? #f)); no tests (propagated-inputs (list ocaml-ppxlib)) |