diff options
author | Spencer King <spencer.king@wustl.edu> | 2025-03-13 18:08:04 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-03-18 11:44:41 +0100 |
commit | 9879a7d75279762c7634f1a585794442ea2f0503 (patch) | |
tree | 847f6f9ae9447f2f64fcf3d0b4a21bbf73f3d6bd | |
parent | 22191ca4be4a163b9fc228370dfeb8cde8c23111 (diff) | |
download | guix-9879a7d75279762c7634f1a585794442ea2f0503.tar.gz guix-9879a7d75279762c7634f1a585794442ea2f0503.zip |
gnu: ne: Update to 3.3.4.
* gnu/packages/text-editors.scm (ne): Update to 3.3.4.
Change-Id: I4ce4d049758eee5a69c76c7c51b3703882800ecf
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/text-editors.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ card. It offers: (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 @@ card. It offers: (file-name (git-file-name name version)) (sha256 (base32 - "0c9hw4la9jv9ils71iz978rxj5bsv9q915y90w7gkyiljvyxpdcm")))) + "0nlbfidwsjsdvb82d8cikimd5ym1qlv45bw6bgk8h6zx012w9hwz")))) (build-system gnu-build-system) (native-inputs (list perl texinfo)) |