gnu: emacs-denote: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 1.1.0.
This commit is contained in:
Nicolas Goaziou 2022-11-01 00:14:26 +01:00
parent ff512401c3
commit 96387f01b6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14465,7 +14465,7 @@ (define-public emacs-log4e
(define-public emacs-denote
(package
(name "emacs-denote")
(version "0.6.0")
(version "1.1.0")
(source
(origin
(method git-fetch)
@ -14474,7 +14474,7 @@ (define-public emacs-denote
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0wqrl2fdprmgffxg5xak881gs0g4ffdy2n8wcb4wbz3f6anhfaa5"))))
(base32 "05ckjx1a2cydp46pd8y36safhj95pqi6lm4vs0vr6q3a858bxf8b"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")