diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 11:35:56 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 17:49:44 +0100 |
commit | 8fb772bc064ea468a8def73ae40dd1c06d2f7095 (patch) | |
tree | 87cef0cfe9a1fdbdecd354eb19f94d02c1b09d2d /gnu/packages/ocaml.scm | |
parent | 370da71d24ec99c66ca9eb6ce7e6848e1cb3c713 (diff) | |
download | guix-8fb772bc064ea468a8def73ae40dd1c06d2f7095.tar guix-8fb772bc064ea468a8def73ae40dd1c06d2f7095.tar.gz |
gnu: ocaml-lwt-react: Update to 1.1.5.
* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.5.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index fa51f08ac5..3e632e2be6 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2494,17 +2494,17 @@ locks or other synchronization primitives.") (package (inherit ocaml-lwt) (name "ocaml-lwt-react") - (version "1.1.4") + (version "1.1.5") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/ocsigen/lwt") ;; Version from opam - (commit "5.4.0"))) + (commit "5.5.0"))) (file-name (git-file-name name version)) (sha256 (base32 - "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d")))) + "1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z")))) (arguments `(#:package "lwt_react")) (properties `((upstream-name . "lwt_react"))) |