guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/16: gnu: ocaml-parsexp: Update to 0.14.2.


From: guix-commits
Subject: 15/16: gnu: ocaml-parsexp: Update to 0.14.2.
Date: Fri, 4 Feb 2022 11:51:11 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit a041609a82af9384972581d337f31b2a988d478f
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 14:24:06 2022 +0100

    gnu: ocaml-parsexp: Update to 0.14.2.
    
    * gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.2.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index cd833b6073..e0fbab7de3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4965,7 +4965,7 @@ that was developed by Jane Street, the largest industrial 
user of OCaml.")
 (define-public ocaml-parsexp
   (package
     (name "ocaml-parsexp")
-    (version "0.14.1")
+    (version "0.14.2")
     (home-page "https://github.com/janestreet/parsexp";)
     (source (origin
               (method git-fetch)
@@ -4975,7 +4975,7 @@ that was developed by Jane Street, the largest industrial 
user of OCaml.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nr0ncb8l2mkk8pqzknr7fsqw5kpz8y102kyv5bc0x7c36v0d4zy"))))
+                "14yi0licf1cp6b7qny5pz6dmlalqdksx0m0kzcrwi6byjxwjkbi9"))))
     (build-system dune-build-system)
     (inputs
      (list ocaml-sexplib0 ocaml-base))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]