guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: ed: Update to 1.12.


From: Mark H. Weaver
Subject: 05/11: gnu: ed: Update to 1.12.
Date: Sat, 11 Jul 2015 03:48:04 +0000

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

commit 302af59fc14c6dc3686a24d4e11429f719c0c7d1
Author: Mark H Weaver <address@hidden>
Date:   Fri Jul 10 14:25:00 2015 -0400

    gnu: ed: Update to 1.12.
    
    * gnu/packages/ed.scm (ed): Update to 1.12.
---
 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 0d2b24cf..7cd1fcd 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -27,14 +27,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.11")
+    (version "1.12")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "0d518yhs3kpdpv9fbpa1rhxk2fbry2yzcknrdaa20pi2bzg6w55x"))))
+               "0bw0187a311rci58vznvncsj6pfp8bhs5phrlrqn03sa2i1mfrfj"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (arguments



reply via email to

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