mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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:
parent
cc5bf71eb9
commit
2d47572dc6
1 changed files with 3 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue