unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 69498@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#69498] [PATCH] gnu: ed: Update to 1.20.1
Date: Fri,  1 Mar 2024 22:23:34 -0800	[thread overview]
Message-ID: <b5d0f1b0ff6a5ef548a5122098c51d1076fa9573.1709360573.git.atai@atai.org> (raw)

* gnu/packages/text-editors.scm (ed): Update to 1.20.1

Change-Id: I58ba1c8213a5ac2a126ecb58321859d64d0fcb01
---
 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 977a101c97..7a6f3ca673 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -115,14 +115,14 @@ (define-module (gnu packages text-editors)
 (define-public ed
   (package
     (name "ed")
-    (version "1.18")
+    (version "1.20.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "0krb8rsb0cd8mgz0c5pqgnjbbrj7zjl7mf9099r8gi80k2nyza5c"))))
+               "1jmvpbs2mnrmk870js11v7g5qr3z8w0ws7sbdj3zjhd1jyr6795i"))))
     (build-system gnu-build-system)
     (native-inputs (list lzip))
     (arguments

base-commit: 8c0282cf543fe205a5b89201cd7bb8889121a07c
-- 
2.34.1





             reply	other threads:[~2024-03-02  6:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02  6:23 Andy Tai [this message]
2024-03-05  5:35 ` [bug#69498] [PATCH v2] gnu: ed: Update to 1.20.1 Andy Tai
2024-04-15  7:58   ` [bug#70391] [PATCH v3] " Dale Mellor
2024-04-19 16:46     ` [bug#69498] " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b5d0f1b0ff6a5ef548a5122098c51d1076fa9573.1709360573.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=69498@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).