guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ed: Update to 1.14.2.


From: Marius Bakke
Subject: 01/04: gnu: ed: Update to 1.14.2.
Date: Mon, 3 Apr 2017 09:25:39 -0400 (EDT)

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

commit 1f044d7a910bfe6b3aa264e876418f4a96e0aece
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 24 15:48:44 2017 +0100

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



reply via email to

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