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

commit f478ff860545bcea474da96b4d7f7e8ac1602218
Author: Efraim Flashner <[email protected]>
Date:   Sun Jan 6 19:45:41 2019 +0200

    gnu: ed: Update to 1.15.
    
    * gnu/packages/ed.scm (ed): Update to 1.15.
---
 gnu/packages/ed.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index d30d7bc..c219876 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012 Nikita Karetnikov <[email protected]>
 ;;; Copyright © 2013, 2014 Ludovic Courtès <[email protected]>
-;;; Copyright © 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2019 Efraim Flashner <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,14 +28,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.14.2")
+    (version "1.15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "1nqhk3n1s1p77g2bjnj55acicsrlyb2yasqxqwpx0w0djfx64ygm"))))
+               "0x6ivy5k0d7dy5z9g8q8nipr89m4qbk2ink2898qq43smp08ji5d"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (arguments

Reply via email to