summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-05-01 11:23:51 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:59 +0200
commit6d97a085250edcaa30b3f572cf706767e710eb01 (patch)
treec4d4155fb8d8b04313802442b6f76f9d643ca7f2
parent88ee60203976b50f44da0fc6c976f35e18e3ef57 (diff)
downloadguix-patches-6d97a085250edcaa30b3f572cf706767e710eb01.tar
guix-patches-6d97a085250edcaa30b3f572cf706767e710eb01.tar.gz
gnu: ocaml-parsexp: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-parsexp): 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 c1b4054d07..9f57b94d33 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5014,7 +5014,7 @@ that was developed by Jane Street, the largest industrial user of OCaml.")
(define-public ocaml-parsexp
(package
(name "ocaml-parsexp")
- (version "0.14.2")
+ (version "0.15.0")
(home-page "https://github.com/janestreet/parsexp")
(source (origin
(method git-fetch)
@@ -5024,7 +5024,7 @@ that was developed by Jane Street, the largest industrial user of OCaml.")
(file-name (git-file-name name version))
(sha256
(base32
- "14yi0licf1cp6b7qny5pz6dmlalqdksx0m0kzcrwi6byjxwjkbi9"))))
+ "1grzpxi39318vcqhwf723hqh11k68irh59zb3dyg9lw8wjn7752a"))))
(build-system dune-build-system)
(inputs
(list ocaml-sexplib0 ocaml-base))