guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ed: Update to 1.17.


From: guix-commits
Subject: 02/05: gnu: ed: Update to 1.17.
Date: Fri, 15 Jan 2021 08:07:00 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit dcaa934c3db2c8a2ad7819566585ef4a8308ef23
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jan 15 13:53:35 2021 +0100

    gnu: ed: Update to 1.17.
    
    * gnu/packages/ed.scm (ed): Update to 1.17.
---
 gnu/packages/ed.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index da4c3dd..accc461 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -28,14 +28,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.16")
+    (version "1.17")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "0b4b1lwizvng9bvpcjnmpj2i80xz9xw2w8nfff27b2h4mca7mh6g"))))
+               "0m2yrkfjjraakxr98nsiakqrn351h99n706x9asgmdi57j43kpki"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (arguments



reply via email to

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