guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: emacs-f: Update to 0.19.0.


From: Ludovic Courtès
Subject: 02/08: gnu: emacs-f: Update to 0.19.0.
Date: Sat, 28 Oct 2017 15:56:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2b0ddaaac768ac70f5db01f57438a89b44415a41
Author: Kyle Meyer <address@hidden>
Date:   Fri Oct 27 23:59:07 2017 -0400

    gnu: emacs-f: Update to 0.19.0.
    
    * gnu/packages/emacs.scm (emacs-f): Update to 0.19.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 1321966..c38ba74 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1698,7 +1698,7 @@ Stack Overflow, Super User, and other StackExchange 
sites.")
 (define-public emacs-f
   (package
     (name "emacs-f")
-    (version "0.18.2")
+    (version "0.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1707,7 +1707,7 @@ Stack Overflow, Super User, and other StackExchange 
sites.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1926shh2ymdsgz05c6q181mzzz1rci99ch568j151xi865jinyg5"))))
+                "05195n80ywa68qykxn7dza6qd59rhakvlzhaa9l6mcpmjf9l9grs"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-s" ,emacs-s)



reply via email to

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