diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-22 19:03:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-22 19:03:35 +0200 |
commit | ea2ddd33340e19d97308a2f05c492bbd143c6068 (patch) | |
tree | de14bea5cdefd55a616ec5bcb6a85ed8dfc934a4 /gnu/packages/ed.scm | |
parent | 2c034e1bd05acb24f756befa037bafd349faf93f (diff) | |
download | patches-ea2ddd33340e19d97308a2f05c492bbd143c6068.tar patches-ea2ddd33340e19d97308a2f05c492bbd143c6068.tar.gz |
gnu: ed: Upgrade to 1.9.
* gnu/packages/ed.scm (ed): Upgrade to 1.9.
Diffstat (limited to 'gnu/packages/ed.scm')
-rw-r--r-- | 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 e9ded33dd8..b662b59a86 100644 --- a/gnu/packages/ed.scm +++ b/gnu/packages/ed.scm @@ -26,14 +26,14 @@ (define-public ed (package (name "ed") - (version "1.8") + (version "1.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/ed/ed-" version ".tar.gz")) (sha256 (base32 - "0wvj190ky5i0gm0pilx9k75l6alyc6h5s14fm3dbk90y7g9kihb4")))) + "122syihsx2hwzj75mkf5a9ssiky2xby748kp4cc00wzhmp7p5cym")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("CC=gcc") |