unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69498] [PATCH] gnu: ed: Update to 1.20.1
@ 2024-03-02  6:23 Andy Tai
  2024-03-05  5:35 ` [bug#69498] [PATCH v2] " Andy Tai
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2024-03-02  6:23 UTC (permalink / raw)
  To: 69498; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69498] [PATCH v2] gnu: ed: Update to 1.20.1
  2024-03-02  6:23 [bug#69498] [PATCH] gnu: ed: Update to 1.20.1 Andy Tai
@ 2024-03-05  5:35 ` Andy Tai
  2024-04-15  7:58   ` [bug#70391] [PATCH v3] " Dale Mellor
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2024-03-05  5:35 UTC (permalink / raw)
  To: 69498; +Cc: Andy Tai

* 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: 3da49b1472919a62df1fe399638f23a246aa325d
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#70391] [PATCH v3] gnu: ed: Update to 1.20.1
  2024-03-05  5:35 ` [bug#69498] [PATCH v2] " Andy Tai
@ 2024-04-15  7:58   ` Dale Mellor
  2024-04-19 16:46     ` [bug#69498] " Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Dale Mellor @ 2024-04-15  7:58 UTC (permalink / raw)
  To: 69498; +Cc: guix-devel-0brg6a, 70391, atai

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69498] [bug#70391] [PATCH v3] gnu: ed: Update to 1.20.1
  2024-04-15  7:58   ` [bug#70391] [PATCH v3] " Dale Mellor
@ 2024-04-19 16:46     ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2024-04-19 16:46 UTC (permalink / raw)
  To: Dale Mellor; +Cc: atai, 70391-done, 69498-done

[-- Attachment #1: Type: text/plain, Size: 668 bytes --]

Dale Mellor <guix-devel-0brg6a@rdmp.org> writes:

> 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(-)

Thanks both, I've pushed this to core-updates. While the branch is in an
uncertain state, I'm going to close the issues.

Thanks again,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-19 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#70391] [PATCH v3] " Dale Mellor
2024-04-19 16:46     ` [bug#69498] " Christopher Baines

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).