guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ed: Update to 1.11.


From: Mark H. Weaver
Subject: 01/01: gnu: ed: Update to 1.11.
Date: Sat, 04 Apr 2015 20:22:10 +0000

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

commit 353fda815e8b7863408857048aff224bbd0716d5
Author: Mark H Weaver <address@hidden>
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

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