gnu: emacs-mode-line-idle: Update to 0.2-0.1dc0115.
* gnu/packages/emacs-xyz.scm (emacs-mode-line-idle): Update to 0.2-0.1dc0115. [source]: Download from new upstream URL. [home-page]: Use new home-page. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
e7d554c8ad
commit
7c6237ccbb
1 changed files with 6 additions and 6 deletions
|
@ -7433,22 +7433,22 @@ snippets for yasnippet.")
|
||||||
(define-public emacs-mode-line-idle
|
(define-public emacs-mode-line-idle
|
||||||
;; Package has no release. Version is extracted from "Version:" keyword in
|
;; Package has no release. Version is extracted from "Version:" keyword in
|
||||||
;; main file.
|
;; main file.
|
||||||
(let ((commit "02b1da6278e43cc9cc0356110cc6bfbb37eb8241")
|
(let ((commit "1dc0115bd4864b8b8cc9cbaac75c03d764070873")
|
||||||
(revision "1"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-mode-line-idle")
|
(name "emacs-mode-line-idle")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "0.2" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/ideasman42/emacs-mode-line-idle")
|
(url "https://codeberg.org/ideasman42/emacs-mode-line-idle")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ky330b2sfbzkbxbfp9b21hdywsjw26bllspglz08hrbni7jmry8"))))
|
(base32 "006ynxzakfc11lz9s915agdiiisnbfxiv9a7mj9g0890qh7isjvy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.com/ideasman42/emacs-mode-line-idle")
|
(home-page "https://codeberg.org/ideasman42/emacs-mode-line-idle")
|
||||||
(synopsis "Simple delayed text evaluation for the mode-line")
|
(synopsis "Simple delayed text evaluation for the mode-line")
|
||||||
(description
|
(description
|
||||||
"Mode Line Idle provides a convenient way to defer text evaluation
|
"Mode Line Idle provides a convenient way to defer text evaluation
|
||||||
|
|
Reference in a new issue