guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

58/60: gnu: ed: Update to 1.20.2.


From: guix-commits
Subject: 58/60: gnu: ed: Update to 1.20.2.
Date: Sun, 24 Nov 2024 02:50:19 -0500 (EST)

efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.

commit 874c007e6d47b5bba71607741ad3d00593d125d4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 4 14:51:33 2024 +0200

    gnu: ed: Update to 1.20.2.
    
    * gnu/packages/text-editors.scm (ed): Update to 1.20.2.
    
    Change-Id: I8874cb65809fd2fd0a7f1d8cf8717149e7edff01
---
 gnu/packages/text-editors.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 13b97bc8af..173976c4b0 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2015-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015-2022, 2024 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 José Miguel Sánchez García <jmi2k@openmailbox.org>
 ;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
 ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
@@ -120,14 +120,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.20.1")
+    (version "1.20.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "1jmvpbs2mnrmk870js11v7g5qr3z8w0ws7sbdj3zjhd1jyr6795i"))))
+               "08s5l9gpn1yy40ww4g5igc1n5zny0d3hzb1lycbwmhj8iwqwgzk5"))))
     (build-system gnu-build-system)
     (native-inputs (list lzip))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]