1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: emacs-denote-menu: Update to 1.4.0.

* gnu/packages/emacs-xyz.scm (emacs-denote-menu): Update to 1.4.0.

[source]: Switch to git-fetch.
[arguments]<#:tests>: Disable.

Change-Id: Ia016629bb672bfff7fd46fd67569712529e1886d
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-04-18 17:20:49 +01:00 committed by Liliana Marie Prikler
parent 72a3fc050f
commit 6a3dc30f51
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -20164,15 +20164,18 @@ to the default/global denote-directory and other silos.")
(define-public emacs-denote-menu
(package
(name "emacs-denote-menu")
(version "1.3.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"denote-menu-" version ".tar"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/namilus/denote-menu")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0flkb3f1zpp3sbjx6h7qb6fnjgg44s53zkv3q3fj6cl7c0f11n02"))))
(base32 "15kaf45ndyg4xvgnpn8qwapkgcswasykcqfpkr0mny35a3jhdgrq"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs (list emacs-denote))
(home-page "https://www.scss.tcd.ie/~sulimanm/posts/denote-menu.html")
(synopsis "View and filter Denote files in a tabulated list")