guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ocaml-lwt: Update to 5.4.2.


From: guix-commits
Subject: 02/03: gnu: ocaml-lwt: Update to 5.4.2.
Date: Thu, 18 Nov 2021 21:30:26 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 4c8714d40651184ba7dcfe7d373958e1262fa588
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 03:26:35 2021 +0100

    gnu: ocaml-lwt: Update to 5.4.2.
    
    * gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.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 cdf3fa6..4a8b6f8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2405,7 +2405,7 @@ for mapping files in memory.  This function is the same 
as the
 (define-public ocaml-lwt
   (package
     (name "ocaml-lwt")
-    (version "5.4.0")
+    (version "5.4.2")
     (source
       (origin
         (method git-fetch)
@@ -2414,7 +2414,7 @@ for mapping files in memory.  This function is the same 
as the
                (commit version)))
         (file-name (git-file-name name version))
         (sha256 (base32
-                 "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"))))
+                 "1gkld5ms63lxkaa41jfg8y34qm5lb3ls6mkw03s760zln8i1k3gy"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "lwt"))



reply via email to

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