mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: emacs-flymake: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-flymake): Update to 1.4.1. Change-Id: I7070158151b267b95ff0ecf9b606e3d2a1747d7a
This commit is contained in:
parent
6468b5e685
commit
8855dfb3f1
1 changed files with 2 additions and 2 deletions
|
|
@ -1835,14 +1835,14 @@ some utility functions, and commands using that infrastructure.")
|
|||
(define-public emacs-flymake
|
||||
(package
|
||||
(name "emacs-flymake")
|
||||
(version "1.3.7")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"flymake-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "15ikzdqyh77cgx94jaigfrrzfvwvpca8s2120gi82i9aaiypr7jl"))))
|
||||
(base32 "0l20gxzlvpl0d3wvvsam3mda5hdlag4anplx3fd4xksbvfhndzlk"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-eldoc emacs-project))
|
||||
(home-page "https://elpa.gnu.org/packages/flymake.html")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue