guix-commits
[Top][All Lists]
Advanced

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

16/19: gnu: ed: Update to 1.16.


From: guix-commits
Subject: 16/19: gnu: ed: Update to 1.16.
Date: Thu, 5 Mar 2020 18:10:20 -0500 (EST)

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

commit 4a50e983bade29792076975092fec60df5cca59d
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 5 18:09:13 2020 +0100

    gnu: ed: Update to 1.16.
    
    * gnu/packages/ed.scm (ed): Update to 1.16.
---
 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 c219876..da4c3dd 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -28,14 +28,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.15")
+    (version "1.16")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "0x6ivy5k0d7dy5z9g8q8nipr89m4qbk2ink2898qq43smp08ji5d"))))
+               "0b4b1lwizvng9bvpcjnmpj2i80xz9xw2w8nfff27b2h4mca7mh6g"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (arguments



reply via email to

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