unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jaeme Sifat via Guix-patches via <guix-patches@gnu.org>
To: 67998@debbugs.gnu.org
Cc: Jaeme Sifat <jaeme@runbox.com>
Subject: [bug#67998] [PATCH 2/2] gnu: ed: Update to 1.19.
Date: Sat, 23 Dec 2023 17:36:47 -0500	[thread overview]
Message-ID: <540eb47441e1f08850bff36148d940dfd37694bd.1703370677.git.jaeme@runbox.com> (raw)
In-Reply-To: <cover.1703370677.git.jaeme@runbox.com>

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

Change-Id: I02ec92086fe122a636d24e8bc3afb3c3f118651c
---
 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 3614d6c31c..2d89fcce59 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -110,14 +110,14 @@ (define-module (gnu packages text-editors)
 (define-public ed
   (package
     (name "ed")
-    (version "1.18")
+    (version "1.19")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "0krb8rsb0cd8mgz0c5pqgnjbbrj7zjl7mf9099r8gi80k2nyza5c"))))
+               "0j6dfznfhll4afvrr714nrz0pp5zkcyvkb4xs2bam42789f2wbyf"))))
     (build-system gnu-build-system)
     (native-inputs (list lzip))
     (arguments
-- 
2.41.0





  parent reply	other threads:[~2023-12-23 22:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-23 22:31 [bug#67998] [PATCH 0/2] Remove ed.scm, update ed to 1.19 Jaeme Sifat via Guix-patches via
2023-12-23 22:36 ` [bug#67998] [PATCH 1/2] gnu: Remove ed.scm Jaeme Sifat via Guix-patches via
2023-12-23 22:36 ` Jaeme Sifat via Guix-patches via [this message]
2023-12-25 16:23 ` bug#67998: [PATCH 0/2] Remove ed.scm, update ed to 1.19 Mathieu Othacehe
2023-12-25 18:09   ` [bug#67998] " Efraim Flashner
2023-12-25 18:16     ` Mathieu Othacehe
2024-01-11 12:04       ` Giovanni Biscuolo

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=540eb47441e1f08850bff36148d940dfd37694bd.1703370677.git.jaeme@runbox.com \
    --to=guix-patches@gnu.org \
    --cc=67998@debbugs.gnu.org \
    --cc=jaeme@runbox.com \
    /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).