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

commit 353fda815e8b7863408857048aff224bbd0716d5
Author: Mark H Weaver <[email protected]>
Date:   Sat Apr 4 03:32:37 2015 -0400

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

diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index c2b1929..0d2b24cf 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -27,14 +27,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.10")
+    (version "1.11")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "16kycdm5fcvpdr41hxb2da8da6jzs9dqznsg5552z6rh28n0jh4m"))))
+               "0d518yhs3kpdpv9fbpa1rhxk2fbry2yzcknrdaa20pi2bzg6w55x"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (arguments

Reply via email to