gnu: emacs-denote: Update to 2.0.0.

* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 2.0.0.
This commit is contained in:
jgart 2023-07-24 14:44:48 -05:00
parent 39fbc041f9
commit a3f4ccfebd
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -16525,7 +16525,7 @@ (define-public emacs-log4e
(define-public emacs-denote (define-public emacs-denote
(package (package
(name "emacs-denote") (name "emacs-denote")
(version "1.2.0") (version "2.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -16534,7 +16534,7 @@ (define-public emacs-denote
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0cglzccbqpcppb9s3phhszskkxp2wd0582jv85qhawxabfzyzkj3")))) (base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(native-inputs (list texinfo)) (native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/") (home-page "https://protesilaos.com/emacs/denote/")