1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-denote: Update to 4.1.1.

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

Change-Id: Iedcaf1740bee941c221a1873d59766e82e976bd8
This commit is contained in:
Nicolas Goaziou
2025-10-29 11:45:04 +01:00
parent e9f7af2ed3
commit d84122fa90

View File

@@ -20751,7 +20751,7 @@ you to deal with multiple log levels.")
(define-public emacs-denote
(package
(name "emacs-denote")
(version "4.0.0")
(version "4.1.1")
(source
(origin
(method git-fetch)
@@ -20760,7 +20760,7 @@ you to deal with multiple log levels.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1np3hyqcw6p5ajx102ng5nyc5gp1is88vk6803gf5alfbw0fzvj4"))))
(base32 "1shxv5wyyg2djpkmi933kvsg7yby2syk96arqqx74jxh2mxba4b7"))))
(build-system emacs-build-system)
(arguments
(list
@@ -20777,7 +20777,7 @@ you to deal with multiple log levels.")
"--eval"
"(ert-run-tests-batch-and-exit
`(not ,(rx (or \"make-denote-directory\" \"date-convert\"
\"--denote-directory\" \"get-identifier\"))))")))
\"--denote-directory\" \"get-identifier\" \"identifier-p\"))))")))
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")
(synopsis "Simple notes for Emacs")