guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: emacs-flycheck: Use the upstream release instead of MELPA.


From: Alex Kost
Subject: 02/05: gnu: emacs-flycheck: Use the upstream release instead of MELPA.
Date: Wed, 02 Sep 2015 18:57:05 +0000

alezost pushed a commit to branch master
in repository guix.

commit 0b928076c748789f62e0761e8f01f5090c34a8af
Author: Alex Kost <address@hidden>
Date:   Tue Sep 1 21:18:44 2015 +0300

    gnu: emacs-flycheck: Use the upstream release instead of MELPA.
    
    * gnu/packages/emacs.scm (flycheck): Change version to 0.23.
      Replace MELPA tarball with the upstream release.
---
 gnu/packages/emacs.scm |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 57d45c2..594e842 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -537,14 +537,15 @@ the body are let-bound and this search is done at compile 
time.")
 (define-public flycheck
   (package
     (name "emacs-flycheck")
-    (version "20150831.1343")
+    (version "0.23")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://melpa.org/packages/flycheck-";
-                                  version ".tar"))
+              (uri (string-append
+                    "https://github.com/flycheck/flycheck/releases/download/";
+                    version "/flycheck-" version ".tar"))
               (sha256
                (base32
-                "0a0iyvki62rqi24dbrcdq3i1wdygdi350gcjsfrfr6fz8fasz42l"))))
+                "1n2cifzsl5dbv42l82bi3y1vk6q33msi8dd4bj7b9nvnl9jfjj5b"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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