guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit f6159afb781649594b96b3e4f8587621454da41a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Oct 20 09:09:05 2025 +0900

    gnu: ed: Update to 1.22.2.
    
    * gnu/packages/text-editors.scm (ed): Update to 1.22.2.
    
    Change-Id: Ib2a2fa6c5a5171337849f56edc609db1b506350b
---
 gnu/packages/text-editors.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index dbd83321f4..e557197d16 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -136,14 +136,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.21")
+    (version "1.22.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "0xddpcdsdhf1cx7izk9l5dmf8vakjx5ncm1cy1f3libxfac4kqk0"))))
+               "1qzzjhvxir0mq68yzaxhbhnjmylhv1h4rwqkdzvmmqan40j1b3gm"))))
     (build-system gnu-build-system)
     (native-inputs (list lzip))
     (arguments

Reply via email to