diff options
author | Jelle Licht <jlicht@fsfe.org> | 2021-11-15 22:04:49 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2021-11-15 22:43:24 +0100 |
commit | 63915955e2360ae93b1f490c8fdbbf02ef85a7d5 (patch) | |
tree | 74660d9352a5a606b74f8ba32c0676ede43bfabe /gnu/packages | |
parent | f3cd70ff8c60ce51dfe8e37365caf1c787fcf62c (diff) | |
download | guix-63915955e2360ae93b1f490c8fdbbf02ef85a7d5.tar.gz guix-63915955e2360ae93b1f490c8fdbbf02ef85a7d5.zip |
gnu: libuv-for-node: Update to 1.42.0.
* gnu/packages/libevent.scm (libuv-for-node): Update to 1.42.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/libevent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 0e683570d3..c55b0d89d1 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -140,14 +140,14 @@ resolution, asynchronous file system operations, and threading primitives.") (package (inherit libuv) (name "libuv") - (version "1.40.0") + (version "1.42.0") (source (origin (method url-fetch) (uri (string-append "https://dist.libuv.org/dist/v" version "/libuv-v" version ".tar.gz")) (sha256 (base32 - "1551k3ab27vbg9517l9b4iqbramwxdkwgpf53knas05cbfwhvab1")))) + "0wpb9pz3r8nksnrf4zbixj2kk9whr7abi45ydrwyv2js2ljrc4j3")))) (properties '((hidden? . #t))))) (define-public perl-anyevent |