me
/
guix
Archived
1
0
Fork 0

gnu: emacs-denote: Update to 1.2.0.

* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 1.2.0.
Nicolas Goaziou 2022-12-16 18:29:44 +01:00
parent 59eb7d8bc1
commit fb9ddff29e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -14922,7 +14922,7 @@ you to deal with multiple log levels.")
(define-public emacs-denote
(package
(name "emacs-denote")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method git-fetch)
@ -14931,7 +14931,7 @@ you to deal with multiple log levels.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "05ckjx1a2cydp46pd8y36safhj95pqi6lm4vs0vr6q3a858bxf8b"))))
(base32 "0cglzccbqpcppb9s3phhszskkxp2wd0582jv85qhawxabfzyzkj3"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")