mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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>
This commit is contained in:
parent
7b58d009a9
commit
fc677fae03
1 changed files with 2 additions and 2 deletions
|
@ -4136,7 +4136,7 @@ (define-public emacs-flycheck-grammalecte
|
|||
(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 @@ (define-public emacs-flycheck-guile
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "163pnsh6r6bral1jg0vqri54g6hygws21vis0zci4114yb3fhkm1"))))
|
||||
(base32 "0cs5r0ik6a3bl1k3imjl0r8y1i69kx9x9m9cgxj470qk34brwyj5"))))
|
||||
(propagated-inputs
|
||||
`(("emacs-flycheck" ,emacs-flycheck)
|
||||
("emacs-geiser" ,emacs-geiser)))
|
||||
|
|
Loading…
Reference in a new issue