GNU bug report logs - #58209
[patch 0/2] gnu: neovim: Update to 0.8.0.

Previous Next

Package: guix-patches;

Reported by: ギャラ <aya <at> fubuki.me>

Date: Sat, 1 Oct 2022 00:30:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58209 in the body.
You can then email your comments to 58209 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58209; Package guix-patches. (Sat, 01 Oct 2022 00:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ギャラ <aya <at> fubuki.me>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 01 Oct 2022 00:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ギャラ <aya <at> fubuki.me>
To: Guix Patches List <guix-patches <at> gnu.org>
Subject: [patch 0/2] gnu: neovim: Update to 0.8.0.
Date: Sat, 1 Oct 2022 09:28:30 +0900
[Message part 1 (text/plain, inline)]
This patch update neovim to 0.8.0.

ギャラ (2):
      gnu: libvterm: Update to 0.3.0.
      gnu: neovim: Update to 0.8.0.

 gnu/packages/terminals.scm | 4 ++--
 gnu/packages/vim.scm       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
存在するということは、自分を创造することだ。
[OpenPGP_signature (application/pgp-signature, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#58209; Package guix-patches. (Sat, 01 Oct 2022 00:32:02 GMT) Full text and rfc822 format available.

Message #8 received at 58209 <at> debbugs.gnu.org (full text, mbox):

From: ギャラ <me <at> gyara.moe>
To: 58209 <at> debbugs.gnu.org
Cc: ギャラ <me <at> gyara.moe>
Subject: [PATCH 1/2] gnu: libvterm: Update to 0.3.0.
Date: Sat,  1 Oct 2022 09:30:31 +0900
* gnu/packages/terminals.scm (libvterm): Update to 0.3.0.
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 9ece3043e0..f29d7e3773 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -640,7 +640,7 @@ (define-public unibilium
 (define-public libvterm
   (package
     (name "libvterm")
-    (version "0.1.4")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
@@ -648,7 +648,7 @@ (define-public libvterm
                            "libvterm-" version ".tar.gz"))
        (sha256
         (base32
-         "1pfkhbbihd2kvaza707vl2nvk7bxaawmb37wf9v6d72mjng38w5w"))))
+         "0n1k923ii618ffkbifi8a89ag8c6m9l49z8dj01dyay551k0vsv1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#58209; Package guix-patches. (Sat, 01 Oct 2022 00:32:02 GMT) Full text and rfc822 format available.

Message #11 received at 58209 <at> debbugs.gnu.org (full text, mbox):

From: ギャラ <me <at> gyara.moe>
To: 58209 <at> debbugs.gnu.org
Cc: ギャラ <me <at> gyara.moe>
Subject: [PATCH 2/2] gnu: neovim: Update to 0.8.0.
Date: Sat,  1 Oct 2022 09:30:33 +0900
* gnu/packages/vim.scm (neovim): Update to 0.8.0.
---
 gnu/packages/vim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index c6bfbb5c6b..901527e159 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -685,7 +685,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.7.2")
+    (version "0.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -694,7 +694,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jn4i4ral79ys06i50bimylm515sfh41z503gj50a74h1ylg0z4w"))))
+                "0hkd49wkxfi6k1xa92hdd4b9z356r32hbpr78z1cigcln1wr0z7j"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules
-- 
2.37.3





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Sun, 02 Oct 2022 12:09:04 GMT) Full text and rfc822 format available.

Notification sent to ギャラ <aya <at> fubuki.me>:
bug acknowledged by developer. (Sun, 02 Oct 2022 12:09:04 GMT) Full text and rfc822 format available.

Message #16 received at 58209-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: ギャラ <aya <at> fubuki.me>
Cc: 58209-done <at> debbugs.gnu.org
Subject: Re: [patch 0/2] gnu: neovim: Update to 0.8.0.
Date: Sun, 2 Oct 2022 15:08:01 +0300
[Message part 1 (text/plain, inline)]
On Sat, Oct 01, 2022 at 09:28:30AM +0900, ギャラ via Guix-patches via wrote:
> This patch update neovim to 0.8.0.
> 
> ギャラ (2):
>       gnu: libvterm: Update to 0.3.0.
>       gnu: neovim: Update to 0.8.0.
> 
>  gnu/packages/terminals.scm | 4 ++--
>  gnu/packages/vim.scm       | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> -- 
> 存在するということは、自分を创造することだ。

Thanks, patches pushed.

I wasn't able to build neovim for aarch64-linux, but it failed to build
there before anyway.


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 31 Oct 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.