guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: joe: Update to 4.6.


From: Eric Bavier
Subject: 01/01: gnu: joe: Update to 4.6.
Date: Fri, 13 Apr 2018 12:58:57 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit bc111d3922192e46ea2612af26e41680eac39f91
Author: Eric Bavier <address@hidden>
Date:   Fri Apr 13 10:18:45 2018 -0500

    gnu: joe: Update to 4.6.
    
    * gnu/packages/text-editors.scm (joe): Update to 4.6.
---
 gnu/packages/text-editors.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0d49e11..e5b8113 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 José Miguel Sánchez García <address@hidden>
 ;;; Copyright © 2016 Carlo Zancanaro <address@hidden>
-;;; Copyright © 2017 Eric Bavier <address@hidden>
+;;; Copyright © 2017, 2018 Eric Bavier <address@hidden>
 ;;; Copyright © 2017 Feng Shu <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
 ;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer <address@hidden>
@@ -155,7 +155,7 @@ competitive (as in keystroke count) with Vim.")
 (define-public joe
   (package
     (name "joe")
-    (version "4.4")
+    (version "4.6")
     (source
      (origin
        (method url-fetch)
@@ -164,7 +164,7 @@ competitive (as in keystroke count) with Vim.")
                            "joe-" version ".tar.gz"))
        (sha256
         (base32
-         "0y898r1xlrv75m00y598rvwwsricabplyh80wawsqafapcl4hw55"))))
+         "1pmr598xxxm9j9dl93kq4dv36zyw0q2dh6d7x07hf134y9hhlnj9"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)))
     (home-page "http://joe-editor.sourceforge.net/";)



reply via email to

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