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:
Nicolas Goaziou 2024-08-19 21:16:45 +02:00
parent 08b98f2726
commit 01859bdfae
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")