From patchwork Wed May 18 18:13:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: GNU bug Tracking System X-Patchwork-Id: 39491 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6A37827BBEB; Wed, 18 May 2022 19:15:46 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E565F27BBEA for ; Wed, 18 May 2022 19:15:45 +0100 (BST) Received: from localhost ([::1]:41176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nrOD3-0002y7-2I for patchwork@mira.cbaines.net; Wed, 18 May 2022 14:15:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrOAg-0007tg-Mn for guix-patches@gnu.org; Wed, 18 May 2022 14:13:19 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39637) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nrOAW-0005Eh-LM for guix-patches@gnu.org; Wed, 18 May 2022 14:13:17 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nrOAW-0006NT-HU for guix-patches@gnu.org; Wed, 18 May 2022 14:13:08 -0400 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: guix-patches@gnu.org Subject: bug#54982: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0) Message-ID: References: <87tu9m1zik.fsf_-_@gnu.org> <20220417033416.333057-2-imran@imraniqbal.org> X-Gnu-PR-Message: they-closed 54982 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Date: Wed, 18 May 2022 18:13:08 +0000 X-BeenThere: guix-patches@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: 54982@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Your bug report #55045: [PATCH 1/3] gnu: libuv: Update to 1.43.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54982@debbugs.gnu.org. diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index b3a5cd915e..e5b05ed1b6 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -104,14 +104,14 @@ (define-public libev (define-public libuv (package (name "libuv") - (version "1.41.1") + (version "1.43.0") (source (origin (method url-fetch) (uri (string-append "https://dist.libuv.org/dist/v" version "/libuv-v" version ".tar.gz")) (sha256 (base32 - "0zb818sjwnxn5yv3qvkxaprjf037yqmjipk5i3a8rg1q4izhrnv5")))) + "194kwq3jfj9s628kzkchdca534rikjw0xiyas0cjbphqmsvjpmwh")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static")