summary refs log tree commit diff
path: root/gnu/packages/ed.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-25 23:07:59 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-25 23:07:59 +0200
commit6c211361fecc1979b71043155fe826fda0d71f93 (patch)
tree20c5a822d19ca408bbfe5f8cc8cf0e56ad9e5345 /gnu/packages/ed.scm
parentdfb43e45b5d5a421be21422f825ae48cd44c1188 (diff)
downloadguix-6c211361fecc1979b71043155fe826fda0d71f93.tar.gz
gnu: ed: Update to 1.8.
* gnu/packages/ed.scm (ed): Update to 1.8.
Diffstat (limited to 'gnu/packages/ed.scm')
-rw-r--r--gnu/packages/ed.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index 0f387be797..e9ded33dd8 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -26,14 +26,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.6")
+    (version "1.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0rcay0wci2kiwil2h505b674cblmn4nq8pqw9g9pgqmaqjq6f711"))))
+               "0wvj190ky5i0gm0pilx9k75l6alyc6h5s14fm3dbk90y7g9kihb4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("CC=gcc")