guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ocaml-lwt-react: Update to 1.1.4.


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

roptat pushed a commit to branch master
in repository guix.

commit 78c930e617fcd756c8fc4b60c99e4e18074dc814
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 03:29:43 2021 +0100

    gnu: ocaml-lwt-react: Update to 1.1.4.
    
    * gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.4.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4a8b6f8..094bcf2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2441,17 +2441,17 @@ locks or other synchronization primitives.")
   (package
     (inherit ocaml-lwt)
     (name "ocaml-lwt-react")
-    (version "1.1.3")
+    (version "1.1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                      (url "https://github.com/ocsigen/lwt";)
                      ;; Version from opam
-                     (commit "4.3.0")))
+                     (commit "5.4.0")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0f7036srqz7zmnz0n164734smgkrqz78r1i35cg30x31kkr3pnn4"))))
+                "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"))))
     (arguments
      `(#:package "lwt_react"))
     (properties `((upstream-name . "lwt_react")))



reply via email to

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