guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: ed: Update to 1.15.


From: guix-commits
Subject: 05/06: gnu: ed: Update to 1.15.
Date: Mon, 7 Jan 2019 04:59:30 -0500 (EST)

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

commit f478ff860545bcea474da96b4d7f7e8ac1602218
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 6 19:45:41 2019 +0200

    gnu: ed: Update to 1.15.
    
    * gnu/packages/ed.scm (ed): Update to 1.15.
---
 gnu/packages/ed.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index d30d7bc..c219876 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -1,7 +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>
+;;; Copyright © 2016, 2019 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,14 +28,14 @@
 (define-public ed
   (package
     (name "ed")
-    (version "1.14.2")
+    (version "1.15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/ed/ed-"
                                  version ".tar.lz"))
              (sha256
               (base32
-               "1nqhk3n1s1p77g2bjnj55acicsrlyb2yasqxqwpx0w0djfx64ygm"))))
+               "0x6ivy5k0d7dy5z9g8q8nipr89m4qbk2ink2898qq43smp08ji5d"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (arguments



reply via email to

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