guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: ocaml-base: Update to 0.14.3.


From: guix-commits
Subject: 09/16: gnu: ocaml-base: Update to 0.14.3.
Date: Fri, 4 Feb 2022 11:51:07 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 475b44c9a9b88e9f1b42fc2f29b60b61fc548a43
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 12:22:44 2022 +0100

    gnu: ocaml-base: Update to 0.14.3.
    
    * gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.3.
---
 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 d1e1d9965d..909d9f8736 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5051,7 +5051,7 @@ functionality for parsing and pretty-printing 
s-expressions.")
 (define-public ocaml-base
   (package
     (name "ocaml-base")
-    (version "0.14.1")
+    (version "0.14.3")
     (home-page "https://github.com/janestreet/base";)
     (source
       (origin
@@ -5062,7 +5062,7 @@ functionality for parsing and pretty-printing 
s-expressions.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1hizjxmiqlj2zzkwplzjamw9rbnl0kh44sxgjpzdij99qnfkzylf"))))
+          "1cqpdpvhr4zns1lpdm2w0p6q400mc1z91hd716mb062ng83n2nsf"))))
     (build-system dune-build-system)
     (propagated-inputs
      (list ocaml-sexplib0))



reply via email to

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