civodul pushed a commit to branch master
in repository guix.
commit 9879a7d75279762c7634f1a585794442ea2f0503
Author: Spencer King <[email protected]>
AuthorDate: Thu Mar 13 18:08:04 2025 -0500
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 <[email protected]>
---
gnu/packages/text-editors.scm | 6 +++---
1 file 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 <[email protected]>
;;; Copyright © 2023 David Pflug <[email protected]>
;;; Copyright © 2024 Herman Rimm <[email protected]>
-;;; Copyright © 2024 Spencer King <[email protected]>
+;;; Copyright © 2024, 2025 Spencer King <[email protected]>
;;; Copyright © 2024 Murilo <[email protected]>
;;; Copyright © 2025 Ashvith Shetty <[email protected]>
;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
@@ -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))