guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: flycheck: Update to 28.


From: Efraim Flashner
Subject: 06/11: gnu: flycheck: Update to 28.
Date: Sun, 3 Jul 2016 10:54:55 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit afb6fdaa5de2607261015372f31b1c19fd503a61
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 3 11:10:28 2016 +0300

    gnu: flycheck: Update to 28.
    
    * gnu/packages/emacs.scm (flycheck): Update to 28.
---
 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 0c0182d..e5b240d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -672,7 +672,7 @@ the body are let-bound and this search is done at compile 
time.")
 (define-public flycheck
   (package
     (name "emacs-flycheck")
-    (version "0.23")
+    (version "28")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -680,7 +680,7 @@ the body are let-bound and this search is done at compile 
time.")
                     version "/flycheck-" version ".tar"))
               (sha256
                (base32
-                "1n2cifzsl5dbv42l82bi3y1vk6q33msi8dd4bj7b9nvnl9jfjj5b"))))
+                "1yjxivk11d7w39zfhj2xr4h6xhwx1aj6yhyzd63rjrad7xpjfl86"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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