[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: ed: Update to 1.13.
From: |
Efraim Flashner |
Subject: |
01/03: gnu: ed: Update to 1.13. |
Date: |
Tue, 16 Feb 2016 16:09:16 +0000 |
efraim pushed a commit to branch core-updates
in repository guix.
commit 5cd2c1e8c1dc3b0a18c2c6d4f2432b81e3a55f75
Author: Efraim Flashner <address@hidden>
Date: Mon Feb 15 10:08:14 2016 +0200
gnu: ed: Update to 1.13.
* gnu/packages/ed.scm (ed): Update to 1.13.
---
gnu/packages/ed.scm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index 7cd1fcd..953f739 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <address@hidden>
;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27,14 +28,14 @@
(define-public ed
(package
(name "ed")
- (version "1.12")
+ (version "1.13")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/ed/ed-"
version ".tar.lz"))
(sha256
(base32
- "0bw0187a311rci58vznvncsj6pfp8bhs5phrlrqn03sa2i1mfrfj"))))
+ "1ly7i1iw02vbcd0zrx084z577ngxnarffmkm45dg6vndad5carnd"))))
(build-system gnu-build-system)
(native-inputs `(("lzip" ,lzip)))
(arguments