guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-flycheck-guile: Update to 0.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-flycheck-guile: Update to 0.2.
Date: Mon, 27 Jul 2020 18:19:53 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fc677fa  gnu: emacs-flycheck-guile: Update to 0.2.
fc677fa is described below

commit fc677fae0384da05162fdd2f8af0c09931417d0c
Author: Andrew Whatson <whatson@gmail.com>
AuthorDate: Mon Jul 27 23:11:47 2020 +1000

    gnu: emacs-flycheck-guile: Update to 0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2d1b016..8618a07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4136,7 +4136,7 @@ repetitions for example).")
 (define-public emacs-flycheck-guile
   (package
     (name "emacs-flycheck-guile")
-    (version "0.1.1")
+    (version "0.2")
     (source
      (origin
        (method git-fetch)
@@ -4146,7 +4146,7 @@ repetitions for example).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "163pnsh6r6bral1jg0vqri54g6hygws21vis0zci4114yb3fhkm1"))))
+        (base32 "0cs5r0ik6a3bl1k3imjl0r8y1i69kx9x9m9cgxj470qk34brwyj5"))))
     (propagated-inputs
      `(("emacs-flycheck" ,emacs-flycheck)
        ("emacs-geiser" ,emacs-geiser)))



reply via email to

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