guix_mirror_bot pushed a commit to branch wip-node-18-updates in repository guix.
commit 291a0c1e47663683305cc6fcd73b4c88f35476c3 Author: Hilton Chain <hako@ultrarare.space> AuthorDate: Wed Feb 8 22:05:28 2023 +0100 gnu: libuv-for-node: Update to 1.44.2. * gnu/packages/libevent.scm (libuv-for-node): Update to 1.44.2. Signed-off-by: Jelle Licht <jli...@fsfe.org> --- gnu/packages/libevent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index f9722e4469..fa1e76b347 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -147,14 +147,14 @@ resolution, asynchronous file system operations, and threading primitives.") (package (inherit libuv) (name "libuv") - (version "1.42.0") + (version "1.44.2") (source (origin (method url-fetch) (uri (string-append "https://dist.libuv.org/dist/v" version "/libuv-v" version ".tar.gz")) (sha256 (base32 - "0wpb9pz3r8nksnrf4zbixj2kk9whr7abi45ydrwyv2js2ljrc4j3")))) + "1d1wy1061cf2mfygr2j6jbm0da2mhsf0l9yq4rjkqrsmijbdrz6c")))) (properties '((hidden? . #t))))) (define-public libuv-julia