guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: ocaml-lwt: Update to 5.6.1.


From: guix-commits
Subject: 03/05: gnu: ocaml-lwt: Update to 5.6.1.
Date: Sat, 2 Jul 2022 16:26:19 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f66ff1d26756a3e0d39628c40cb47a263e5e5c0d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jul 2 19:46:38 2022 +0200

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



reply via email to

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