mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: emacs-flycheck: Update to 31-2.9bcf6b6.
* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 31-2.9bcf6b6.
This commit is contained in:
parent
1ac2bf05c8
commit
6207d74949
1 changed files with 12 additions and 12 deletions
|
@ -881,21 +881,21 @@ (define-public emacs-dante
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-flycheck
|
(define-public emacs-flycheck
|
||||||
;; last release version was more than 300 commits ago
|
;; Last release version was more than 500 commits ago.
|
||||||
(let ((commit "0006a59259ebd02c9199ddc87f0e3ce22793a2ea")
|
(let ((commit "9bcf6b665e15db94870bebc81dc8248c3eec20d3")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-flycheck")
|
(name "emacs-flycheck")
|
||||||
(version (git-version "31" revision commit))
|
(version (git-version "31" revision commit))
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/flycheck/flycheck/")
|
(uri (git-reference
|
||||||
(commit commit)))
|
(url "https://github.com/flycheck/flycheck/")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(sha256
|
||||||
"09q3h6ldpg528cfbmsbb1x2vf5hmzgm3fshqn6kdy144jxcdjlf1"))
|
(base32 "015ixss5bjr7gvhj8mkw5x2x1hy6fvvsjarr2xpv0gskkkngs7pg"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)))
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
|
|
Loading…
Reference in a new issue