summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-05-01 11:15:57 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:58 +0200
commitdb20b6c1338a9f6448b3ec27e5890ed9e8e3a4ab (patch)
tree13be92acb539f5b3622eadec6b9585f7f14167c6
parent4ce554c6daf474ca85dfca95a0c6d0e0ba45af47 (diff)
downloadguix-patches-db20b6c1338a9f6448b3ec27e5890ed9e8e3a4ab.tar
guix-patches-db20b6c1338a9f6448b3ec27e5890ed9e8e3a4ab.tar.gz
gnu: ocaml-ppx-sexp-value: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): Update to 0.15.0.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 160228ac76..aa3d005463 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5933,7 +5933,7 @@ many values).")
(define-public ocaml-ppx-sexp-value
(package
(name "ocaml-ppx-sexp-value")
- (version "0.14.0")
+ (version "0.15.0")
(source
(origin
(method git-fetch)
@@ -5942,7 +5942,7 @@ many values).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1d1c92pyypqkd9473d59j0sfppxvcxggbc62w8bkqnbxrdmvirn9"))))
+ (base32 "0kz83j9v6yz3v8c6vr9ilhkcci4hhjd6i6r6afnx72jh6i7d3hnv"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-base ocaml-ppx-here ocaml-ppx-sexp-conv ocaml-ppxlib))