me
/
guix
Archived
1
0
Fork 0

gnu: emacs-denote: Update to 2.1.0.

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

Change-Id: I4d0f585604ef049480842b4c052edd1aef300e15
master
Nicolas Goaziou 2023-11-14 13:20:48 +01:00
parent cb399d96fb
commit b25954181c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17022,7 +17022,7 @@ you to deal with multiple log levels.")
(define-public emacs-denote
(package
(name "emacs-denote")
(version "2.0.0")
(version "2.1.0")
(source
(origin
(method git-fetch)
@ -17031,7 +17031,7 @@ you to deal with multiple log levels.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
(base32 "1gfjckqh170z8slhm0wdqf0570ywgni7b1wdnifxf5cb69h3izpr"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")