[PATCH] gnu: ne: Update to 3.3.4.

  • Open
  • quality assurance status badge
Details
One participant
  • King, Spencer
Owner
unassigned
Submitted by
King, Spencer
Severity
normal

Debbugs page

King, Spencer wrote 14 hours ago
(name . King, Spencer via Guix-patches via)(address . guix-patches@gnu.org)
CH3PR02MB9746086E1B1E1756DCDA7E6B90D32@CH3PR02MB9746.namprd02.prod.outlook.com

From 6f652db5b5fa39ea9a6a44151dfacda79ac2e17a Mon Sep 17 00:00:00 2001
From: Spencer King <spencer.king@wustl.edu>
Date: Thu, 13 Mar 2025 18:08:04 -0500
Subject: [PATCH] gnu: ne: Update to 3.3.4.

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

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

Toggle diff (35 lines)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index e96fceb510..2a78848624 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -33,7 +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>
+;;; Copyright © 2024, 2025 Spencer King <spencer.king@wustl.edu>
;;; Copyright © 2024 Murilo <murilo@disroot.org>
;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
@@ -1643,7 +1643,7 @@ (define-public fe
(define-public ne
(package
(name "ne")
- (version "3.3.3")
+ (version "3.3.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1652,7 +1652,7 @@ (define-public ne
(file-name (git-file-name name version))
(sha256
(base32
- "0c9hw4la9jv9ils71iz978rxj5bsv9q915y90w7gkyiljvyxpdcm"))))
+ "0nlbfidwsjsdvb82d8cikimd5ym1qlv45bw6bgk8h6zx012w9hwz"))))
(build-system gnu-build-system)
(native-inputs
(list perl texinfo))

base-commit: 678b3dddfe442e643fe5cff7730d4f9690c3e2c2
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 77003
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