mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-denote-menu: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-denote-menu): Update to 1.3.0. Change-Id: I87facf143ef7a3db945512f414920617037b1ab8
This commit is contained in:
parent
08b98f2726
commit
01859bdfae
1 changed files with 2 additions and 2 deletions
|
@ -18061,14 +18061,14 @@ (define-public emacs-denote
|
|||
(define-public emacs-denote-menu
|
||||
(package
|
||||
(name "emacs-denote-menu")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"denote-menu-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1zm68bz6hya360g5zvs4r5naznykamgzqxhvfhpfyxb70hsnmx5w"))))
|
||||
(base32 "0flkb3f1zpp3sbjx6h7qb6fnjgg44s53zkv3q3fj6cl7c0f11n02"))))
|
||||
(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