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: 39486 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 7D2B827BBEA; Wed, 18 May 2022 19:15:04 +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 2901027BBE9 for ; Wed, 18 May 2022 19:15:04 +0100 (BST) Received: from localhost ([::1]:39576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nrOCN-0001qm-AE for patchwork@mira.cbaines.net; Wed, 18 May 2022 14:15:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrOAg-0007tj-NY for guix-patches@gnu.org; Wed, 18 May 2022 14:13:19 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39641) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nrOAX-0005En-4d 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 1nrOAX-0006Np-0r for guix-patches@gnu.org; Wed, 18 May 2022 14:13:09 -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#54984: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0) Message-ID: References: <87tu9m1zik.fsf_-_@gnu.org> <20220417033416.333057-4-imran@imraniqbal.org> X-Gnu-PR-Message: they-closed 54984 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: 54984@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 3/3] gnu: neovim: Update to 0.7.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 54984@debbugs.gnu.org. diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 7279798fe6..d04ee49775 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -668,7 +668,7 @@ (define-public neovim-syntastic (define-public neovim (package (name "neovim") - (version "0.6.1") + (version "0.7.0") (source (origin (method git-fetch) @@ -677,7 +677,7 @@ (define-public neovim (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "10p6lg5yv9n6wcwdprwvvi56dfcm4wsj54nm0invyx3mhf7374lx")))) + (base32 "1m7xmry66pn27gvk7qj9di83xa1h7zjp4c6ygnf218pqhr08x06g")))) (build-system cmake-build-system) (arguments `(#:modules ((srfi srfi-26)