[PATCH] gnu: ne: Update to 3.3.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • King, Spencer
  • Zheng Junjie
Owner
unassigned
Submitted by
King, Spencer
Severity
normal

Debbugs page

King, Spencer wrote 2 months ago
(name . King, Spencer via Guix-patches via)(address . guix-patches@gnu.org)
CH3PR02MB9746D8D72D27E6DE5C434449900A2@CH3PR02MB9746.namprd02.prod.outlook.com

From 9c997e7e602e2c27bba1d9c5aea80eda8e0f89f1 Mon Sep 17 00:00:00 2001
From: Spencer King <spencer.king@wustl.edu>
Date: Tue, 31 Dec 2024 15:33:58 -0600
Subject: [PATCH] gnu: ne: Update to 3.3.3.

* gnu/packages/text-editors.scm (ne): Update to 3.3.3.

Change-Id: I49d2412356242d803ca9a2637c50cbc5b4264875
---
gnu/packages/text-editors.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index cdf17b3b69..2fed5e2d69 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2023 David Pflug <david@pflug.io>
;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
+;;; Copyright © 2024 Spencer King <spencer.king@wustl.edu>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1463,7 +1464,7 @@ (define-public fe
(define-public ne
(package
(name "ne")
- (version "3.3.2")
+ (version "3.3.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1472,7 +1473,7 @@ (define-public ne
(file-name (git-file-name name version))
(sha256
(base32
- "16hzja0x41xz6028d8qij9rh1vkiil8qkswd8yznwlcwyl4h04wr"))))
+ "0c9hw4la9jv9ils71iz978rxj5bsv9q915y90w7gkyiljvyxpdcm"))))
(build-system gnu-build-system)
(native-inputs
(list perl texinfo))

base-commit: 60f89a2fe4e2de08838a4f923e89aea123a0a3c0
--
2.41.0
Zheng Junjie wrote 2 months ago
(name . King, Spencer via Guix-patches via)(address . guix-patches@gnu.org)(name . King, Spencer)(address . spencer.king@wustl.edu)(address . 75228-done@debbugs.gnu.org)
8734i1mkvj.fsf@iscas.ac.cn
"King, Spencer via Guix-patches" via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> [2. 0001-gnu-ne-Update-to-3.3.3.patch --- text/x-patch; 0001-gnu-ne-Update-to-3.3.3.patch]...

Pushed, and add a patch to use gexp. Close.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmd2jdAACgkQO1qpk+Gi
3/A3uA/+JkL1Nuvdt+z6CVX9tYRhDIrq3bfQtUycinVi17UV8nGHBAG5+jiJ8+XM
wu7hoYIRsVVFuANgr9I2B17ztQdPD1Jg7AlHK3rKzS2uukdFrWQxJsw+QrEn6010
LJpcBf45xsaQsBBMP9R8aOU95YloRYIxEYA9RODKbXd9GT63bWd2pGj0YMROTKWn
EPmvIP9wHDyRxqAc0HQgdLE7V2gRB4xBU+nEDNk/zNSKfTTY+v0tPLWzN2qwJHxk
0gTtpMbKVpjMrtxLMqMoNeLUC9nV2xuRSWqLVFonUApiOG3Cz78wtLHrN1tG2xPO
OCchSzU3njJaZvE/Q51yQ8FZ5uNIy6clEghnKf9byq6g6Omx8nad27L2txMyorFw
83Z+8o1o5HxioLZMRl8rAFaIWT8myIGdY/s8yKqPrcP+HaVyW6XlObqGFdDO59Zi
sdvzr1hKobUxVpsj4eHLGZXFe0lQu7tp3kbn2P+qAUYmY1psQvEEs7dm63hFzUfi
HF0DlvmL6Ae9aMsoIuTLpHbK5mlQZRBrZUmmMBOqvxgMIQ5P3ITVBuKGXHyaYF78
qkPjZhPgHb4eVdbyptTTIFtNMObz4+6ZFuzUod58ZTFt9g5pmrxKR4rFP4zrS1xP
4z2j2qq1XdN4zofW6zo57UVuVVgcqvd8AtXgbiOFwTEX3k7Hpjg=
=kqbu
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 75228@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75228
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help