diff options
author | pukkamustard <pukkamustard@posteo.net> | 2023-02-23 09:54:10 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-05 23:06:55 +0100 |
commit | 506f8ffff1d8b99de95e76e4f9b25c069ca3330f (patch) | |
tree | 27c05c2dc46dd791aff34c06c56e4e08b6223185 /gnu/packages/ocaml.scm | |
parent | fa059cb0019ded81dbe47d517ab1728e3954bf9c (diff) | |
download | guix-506f8ffff1d8b99de95e76e4f9b25c069ca3330f.tar guix-506f8ffff1d8b99de95e76e4f9b25c069ca3330f.tar.gz |
gnu: Update ocaml-uring to 0.5.
* gnu/packages/ocaml.scm (ocaml-uring): Update to 0.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 55f189efcd..553638597e 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2891,7 +2891,7 @@ OCaml with fibers.") (define-public ocaml-uring (package (name "ocaml-uring") - (version "0.4") + (version "0.5") (home-page "https://github.com/ocaml-multicore/ocaml-uring") (source (origin @@ -2901,7 +2901,7 @@ OCaml with fibers.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "0k70y7nb2wrk2yql0pwnrhsp1x7k9ld4gd8iihbv6r34kcm3a5m1")))) + "0ygx8v01bb5808wy6nppg40h1ns8b1f2l585lwc4389z4wrppk95")))) (build-system dune-build-system) (propagated-inputs (list ocaml-cstruct |