mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-denote-menu: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-denote-menu): Update to 1.2.0.
This commit is contained in:
parent
a3d3e05aca
commit
2576dd1778
1 changed files with 2 additions and 2 deletions
|
@ -16864,14 +16864,14 @@ (define-public emacs-denote
|
|||
(define-public emacs-denote-menu
|
||||
(package
|
||||
(name "emacs-denote-menu")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"denote-menu-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "12ry0rv45hv1vrwx9wih72s9h0f3r18xssnkzfa9ilp77kgbas5q"))))
|
||||
(base32 "1zm68bz6hya360g5zvs4r5naznykamgzqxhvfhpfyxb70hsnmx5w"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-denote))
|
||||
(home-page "https://www.scss.tcd.ie/~sulimanm/posts/denote-menu.html")
|
||||
|
|
Loading…
Reference in a new issue