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:
Nicolas Goaziou 2025-10-10 10:23:19 +02:00
parent 6468b5e685
commit 8855dfb3f1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")