unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42638] [PATCH] bump libuv to 1.38
@ 2020-07-31 17:08 Formbi via Guix-patches via
  2020-08-01  6:59 ` Mathieu Othacehe
  0 siblings, 1 reply; 6+ messages in thread
From: Formbi via Guix-patches via @ 2020-07-31 17:08 UTC (permalink / raw)
  To: 42638

[-- Attachment #1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-bump-libuv.patch --]
[-- Type: text/x-patch; name=0001-bump-libuv.patch, Size: 1133 bytes --]

From 58ed4908680d98a1b4769b40a47ded3fd49cfc6b Mon Sep 17 00:00:00 2001
From: Formbi <formbi@protonmail.com>
Date: Fri, 31 Jul 2020 18:59:55 +0200
Subject: [PATCH] bump libuv

---
 gnu/packages/libevent.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index dab574a155..3e7189dd56 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -133,6 +133,18 @@ resolution, asynchronous file system operations, and threading primitives.")
     ;; details.  Documentation is CC-BY 4.0 as of 1.12.0; see 'LICENSE-docs'.
     (license (list expat cc-by4.0))))
 
+(define-public libuv-1.38
+  (package
+    (inherit libuv)
+    (version "1.38.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://dist.libuv.org/dist/v" version
+                                  "/libuv-v" version ".tar.gz"))
+              (sha256
+               (base32
+                "0iy6yp9nrxpj643w7la3kl3j59ni59b0l4v6n23a63s8kqkpvkhf"))))))
+
 (define-public perl-anyevent
   (package
     (name "perl-anyevent")
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-28 21:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 17:08 [bug#42638] [PATCH] bump libuv to 1.38 Formbi via Guix-patches via
2020-08-01  6:59 ` Mathieu Othacehe
2020-08-01 21:47   ` Formbi via Guix-patches via
2020-08-06 21:28     ` Jakub Kądziołka
2020-08-06 21:31       ` Jakub Kądziołka
2023-05-28 21:56         ` bug#42638: " Jelle Licht

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).