unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Dale Mellor <guix-devel-0brg6a@rdmp.org>
To: 69498@debbugs.gnu.org
Cc: guix-devel-0brg6a@rdmp.org, 70391@debbugs.gnu.org, atai@atai.org
Subject: [bug#70391] [PATCH v3] gnu: ed: Update to 1.20.1
Date: Mon, 15 Apr 2024 08:58:59 +0100	[thread overview]
Message-ID: <20240415075859.491710-1-guix-devel-0brg6a@rdmp.org> (raw)
In-Reply-To: <21ce5817fac30c998139d20cf62dd16319be3a58.1709616888.git.atai@atai.org>

From: Andy Tai <atai@atai.org>

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

Review:
  * Minimum change needed for a version bump
  * Lint, build --source --check, build --check, all run clean
  * Install is clean
  * It works for me!

Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
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 b62efabe6e..ecb11726ad 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
-- 
2.41.0





  reply	other threads:[~2024-04-15  8:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02  6:23 [bug#69498] [PATCH] gnu: ed: Update to 1.20.1 Andy Tai
2024-03-05  5:35 ` [bug#69498] [PATCH v2] " Andy Tai
2024-04-15  7:58   ` Dale Mellor [this message]
2024-04-19 16:46     ` [bug#69498] [bug#70391] [PATCH v3] " 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=20240415075859.491710-1-guix-devel-0brg6a@rdmp.org \
    --to=guix-devel-0brg6a@rdmp.org \
    --cc=69498@debbugs.gnu.org \
    --cc=70391@debbugs.gnu.org \
    --cc=atai@atai.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).