diff options
author | King, Spencer <[email protected]> | 2024-12-31 21:40:39 +0000 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-02 20:55:18 +0800 |
commit | 2d47572dc6bfe2f1ef85a6c34b10ea338e81c4c3 (patch) | |
tree | 166d461a85f6e476c42c576c5c826fdc60631d4d /gnu | |
parent | cc5bf71eb9c0226915805ee88b4212559c65e8bb (diff) |
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 <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/text-editors.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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 <[email protected]> ;;; Copyright © 2023 David Pflug <[email protected]> ;;; Copyright © 2024 Herman Rimm <[email protected]> +;;; Copyright © 2024 Spencer King <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1463,7 +1464,7 @@ card. It offers: (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 @@ card. It offers: (file-name (git-file-name name version)) (sha256 (base32 - "16hzja0x41xz6028d8qij9rh1vkiil8qkswd8yznwlcwyl4h04wr")))) + "0c9hw4la9jv9ils71iz978rxj5bsv9q915y90w7gkyiljvyxpdcm")))) (build-system gnu-build-system) (native-inputs (list perl texinfo)) |