mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-mu4e-dashboard: Update to 0.1.1-1.c9c09b7.
* gnu/packages/emacs-xyz.scm (emacs-mu4e-dashboard): Update to 0.1.1-1.c9c09b7. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
4a9e5a56c0
commit
5209e2b0ce
1 changed files with 4 additions and 3 deletions
|
@ -31206,8 +31206,8 @@ in said buffer using sxiv.")
|
||||||
;; Package has no releases or tags. Version is extracted from "Version:"
|
;; Package has no releases or tags. Version is extracted from "Version:"
|
||||||
;; keyword in main file.
|
;; keyword in main file.
|
||||||
(define-public emacs-mu4e-dashboard
|
(define-public emacs-mu4e-dashboard
|
||||||
(let ((commit "16ffbb2a36817647e345f60acdfaac66dda28c0f")
|
(let ((commit "c9c09b7ed6433070de148b656ac273b7fb7cec07")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-mu4e-dashboard")
|
(name "emacs-mu4e-dashboard")
|
||||||
(version (git-version "0.1.1" revision commit))
|
(version (git-version "0.1.1" revision commit))
|
||||||
|
@ -31219,8 +31219,9 @@ in said buffer using sxiv.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fp2f9rvh20r3advbzcgm5vv2dzcyvy1618hfykbm6ac4wjscdll"))))
|
"164p56i6lgwgg7ina9h5qb4i31q3fngsy0ndbdva9agylk2sa9vc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(native-inputs (list emacs-async))
|
||||||
(propagated-inputs (list mu))
|
(propagated-inputs (list mu))
|
||||||
(home-page "https://github.com/rougier/mu4e-dashboard")
|
(home-page "https://github.com/rougier/mu4e-dashboard")
|
||||||
(synopsis "Build your own dashboard for mu4e using org-mode")
|
(synopsis "Build your own dashboard for mu4e using org-mode")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue