gnu: ne: Update to 3.3.3.

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

Change-Id: I49d2412356242d803ca9a2637c50cbc5b4264875
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
King, Spencer 2024-12-31 21:40:39 +00:00 committed by Zheng Junjie
parent cc5bf71eb9
commit 2d47572dc6
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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))