guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: ocaml-lwt: Update to 5.5.0.


From: guix-commits
Subject: 09/09: gnu: ocaml-lwt: Update to 5.5.0.
Date: Thu, 3 Feb 2022 13:36:41 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 877da38bd3f279d5618d6c6517f48b50541a1e4c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 3 17:57:55 2022 +0100

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



reply via email to

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